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 certain table?
|
feedback
|
|
You can use this (if using MySQL):
| |||
|
feedback
|
|
You can issue the query directly, if you are using MySQL:
Or with Kohona Query Builder:
| |||||||||
feedback
|