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 table name, not the table class name. As the $_referenceMap only contains the table class name, I am obliged to instantiate the class just to get its table name! Is there a better way to do so? ----- Guillaume ORIOL Sofware architect Technema -- View this message in context: http://www.nabble.com/class-name-instead-of-table-name-in-reference-map-%28Zend_Db%29-tp19860024p19860024.html Sent from the Zend Framework mailing list archive at Nabble.com.
