Closed raeldc closed 14 years ago
Is this throwing an error or are you just making an observation? select_array() is defined in Kohana_Database_Query_Builder_Select, which Jelly_Builder_Core extends.
Sorry I was using an old database module from Kohana 3.03 package. It seems that the select_array() method is something new.
Where can I download the latest build of the database module? I'm having this error now.
Parent doesn't have the select_array() method.
return parent::select_array($columns);
Is it supposed to return just the
$columns
?select_array
seems to be found only on Jelly.