I\'m using Kohana 3. I\'m writing an update query, and it is working for everything except this one section.
In Kohana 3, I can bind a param in a query like so $query = \'SELECT name FROM users WHERE id = :id\';
Kohana\'s config files look like this.. here is an example of a database config file (simplified) return array(
I\'m using the ORM module in Kohana 3 and instead of displaying the first row of a database result set, what query should I use in my code when I want to get a random row from a cer开发者_Python百科ta