Re: [fw-general] class name instead of table name in reference map (Zend_Db)

2008-10-07 Thread Guillaume Oriol
Thank you Bill for this detailed answer. I'll implement the solution you suggest. Bill Karwin wrote: > > > Guillaume Oriol wrote: > > I wonder why the developpers of Zend_Db component choose the class > name > > instead of column name in the reference map of a Zend_Db_Table > object? >

[fw-general] class name instead of table name in reference map (Zend_Db)

2008-10-07 Thread Guillaume Oriol
Hi, I wonder why the developpers of Zend_Db component choose the class name instead of column name in the reference map of a Zend_Db_Table object? I need to build dynamically my joins in a findBy* method and try to build them from the existing reference map. But to do so, I need the referenced t