Hello ALL, I am having a very basic question .. I have created a class extending Zend_Db_Table as mentioned I am able to get the table properties like name, columns etc using _name, _cols. There is one more variable _dependentTables, which according to the help will return the tables dependent upon this current table (using the foreign). But in my case it is not returning anything, it is returning a blank array even though I am having a Primary Key , Foreign Key relationship on 2 tables ..
Master Table : Users Primary Key : pkUserID Child Table : User_Details Primary Key : pkUserDetailID Foreign key : fkUserID (reference set with User's pkUserID) Am I doing something wrong here? or Do i have to manually provide the list of dependent tables? Kindly advice .. Thanks -- View this message in context: http://www.nabble.com/_dependentTables-is-NOT-returning-anything-tf4247788s16154.html#a12088662 Sent from the Zend Framework mailing list archive at Nabble.com.
