iosonogio wrote:
> 
> 
> 
> Jack Sleight wrote:
>> 
>> 
>> That row object will then have all the behaviour (save, delete etc.) 
>> that you'd expect. See:
>> 
>> http://framework.zend.com/manual/en/zend.db.table.html#zend.db.table.find
>> http://framework.zend.com/manual/en/zend.db.table.row.html
>> 
>> For more info.
>> 
> 
> Hi,
> right but I just would not like to use Zend_Db_Table gateway since it
> requires my business object (Article) to extend Zend_Db_Table and this is
> not very good from an OO perspective.
> 
> 

You don't need to inherit from Zend_Db_Table to use it. Your business
objects can keep an instance of table or row object and manipulate it
internally.

Karol

-- 
View this message in context: 
http://www.nabble.com/Object-Oriented-and-dealing-with-array-coming-from-Zend_Db-and-Zend_Form-tp18142182p18152023.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to