An elegant HMVC PHP5 framework that provides a rich set of components for building web applications.
Questions tagged [kohana-3.2]
151 questions
-3
votes
1 answer
Kohana 3.2 ORM - a sample of the unique values
Here is my query:
$comment = ORM::factory('comment')
->where('status', '=', 1)
->find_all();
field = user_id
How do I chose to only one of each comments in user_id?
The following:
$comment =…

MaxClax
- 1
- 1
- 2