The PHP podcast where everyone has a seat.

37: ORM's and the active record & data mapper paradigms
Panelists:
Ross Tuck
Ross Tuck
Shawn McCool
Shawn McCool
Marco Pivetta
Marco Pivetta
February 3 2016

Object-relational mapping (ORM) tools are a great way to model relational databases in your codebase. We discuss the benefits that ORM tools can add to our apps, some problems with the ORM model and where the PHP community seems to be heading when it come

Discussion - The panel talks about...

A variety of stand-alone ORMs are available e.g:

Also a lot of fra