Is there a way to automatically convert from an array to Zend_Db_Table_Row or Zend_Db_Table_Rowset?
The Zend_Db_Table_Row form, you can get an array using the toArray () parameter, but I was wondering if something like the opposite is coming out?
So far, I have implemented the fill ($ data) function, which took an array and set the Zend_Db_Table_Row attributes.
Of course, the keys of the array match the attributes of Zend_Db_Table_Row.
Thanx!
Granit luzhnica
source share