Skip to content
staticall edited this page Jun 20, 2012 · 1 revision

?: I got exception, trying using this. Something like Unrecognized method 'get_%column_name%()' or similar. Why that is happening?

!: This is because we use custom row column set and get methods in all our projects. You can replace all get_ and set_ methods with your own or standart Zend's:

  • Get: %row%->%column_name%
  • Set: %row%->%column_name% = %value%
Clone this wiki locally