jonathangeiger / kohana-jelly

See the link below for the most up-to-date code
https://github.com/creatoro/jelly
MIT License
146 stars 34 forks source link

Bug in Line 257 of Jelly_Builder_Core #26

Closed raeldc closed 14 years ago

raeldc commented 14 years ago

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.

jonathangeiger commented 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.

raeldc commented 14 years ago

Sorry I was using an old database module from Kohana 3.03 package. It seems that the select_array() method is something new.

jjlegendre commented 14 years ago

Where can I download the latest build of the database module? I'm having this error now.

banks commented 14 years ago

github. Use the master branch from there NOT the commit that the default kohana app is pointing to.