Zend Framework (1.8): ORM and Data Mappers
Moderator: General Moderators
Zend Framework (1.8): ORM and Data Mappers
Question with regard to building out a project based off of the ZF 1.8 Guestbook quickstart (http://framework.zend.com/docs/quicksta ... base-table), if I have 50 plus tables, doesn't the new ORM data mapper make it so I have to create several classes for each table plus explicitly define the table columns, is there a way to reduce the extra code and the number of files I need to create?