« Return to Thread: [need advices] An idea to build a KISS ORM system upon Zend_Db_Table

Re: [need advices] An idea to build a KISS ORM system upon Zend_Db_Table

by Victor Bolshov :: Rate this Message:

Reply to Author | View in Thread

Fabien MARTY wrote:

> To get an extensible and flexible behaviour, I propose a little
> modification (a few lines only) in Zend_Db_Table (Table.php and
> Rowset.php files).
>
> - First, we need to introduce two protected properties in Table.php file
>
> protected $_rowClassName = 'Zend_Db_Table_Row';
> protected $_rowsetClassName = 'Zend_Db_Table_Rowset';
>

There was already some discussion related to this. Personally, I totally
agree with you.

Regards, Victor.

 « Return to Thread: [need advices] An idea to build a KISS ORM system upon Zend_Db_Table