Hi,
I have a class that extends Zend_Db_Table which is the DAL class for a
"rule" table in my DB.
I would like to make multiple Zend_Db_Table_Row implementations
("rules") and adapt my Zend_Db_Table implementation so that whenever my
rules get loaded, they are loaded as different implementations of
Zend_Db_Table_Row, depending on the "type of rule" (this is a field in
the table).
Is it possible to do this, and does anyone have ideas to get me started?
Greetings,
Dieter Devlieghere
