Re: [fw-general] Custom Libraries

2007-02-18 Thread Yann Nave
I think it's good for usage. It will be good to have method like this in Zend_Db_Table to pass only data to the view script ! :) On 2/17/07, Craig Slusher <[EMAIL PROTECTED]> wrote: I have attached an example of two classes I have created which have helped make my code less error-prone and more

[fw-general] Custom Libraries

2007-02-17 Thread Craig Slusher
I have attached an example of two classes I have created which have helped make my code less error-prone and more modular. The classes provided wrap the Zend_Db_Table_Row and Zend_Db_Table_Rowset objects, making them Immutable. This has proven very beneficial when I need to pass instances of these