Zend Framework (1.8): ORM and Data Mappers

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
escape
Forum Newbie
Posts: 1
Joined: Wed Jul 29, 2009 5:47 pm

Zend Framework (1.8): ORM and Data Mappers

Post by escape »

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?
Post Reply