Allard Buijze schrieb:
Does such ORM component deserve a place in the Zend Framework and are there any people that would like to create it with me? Please let me know.
Hi Allard, see: http://framework.zend.com/wiki/display/ZFDEV/Zend_Db_Table+-+OO+Interface+Enhancements
PS. Some ideas of the ORM and the XML configuration are borrowed from Hibernate. Check www.hibernate.org <http://www.hibernate.org>
Personally, I think solutions like Hibernate are a bit overkill and a simple ActiveRecord approach will suffice in most cases. Nobody prevents us from having both, of course - still, there already are quite sophisticated layers outside the ZF, and it would be silly to reinvent (see: Propel, Doctrine).
CU Markus
