Hello all,

my application is composed of a lot of several modules. Each module
corresponds to a table in the database. Basically each module can be linked
to every other module in many to many relationship.

This way when defining the tables in the Zend Framework, everytime I add the
definition class of a new module, i need to add a definition class of each
intersection tables as well.

Let's say I have four modules: M1, M2, M3, M4... for each of them I need to
have 3 intersection tables   ie a total of 12 tables. 

I am looking for a way to have one generic class for defining these
intersection tables.

Has anyone any clue on how to achieve this?

Thank you very much for your answers!
-- 
View this message in context: 
http://www.nabble.com/Zend_Db_Table%3A-Having-one-single-class-for-intersection-tables-tp24459018p24459018.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to