Closed ginad closed 14 years ago
try this
$a->get('posts')->where('type', '=', 'general')->order_by('id', 'DESC')->execute();
I think that it is preferred to ask such questions on the Jelly Forum: http://dev.kohanaframework.org/projects/jelly/boards
Correct answer above, general questions should be in the forums rather than here.
I have a model author and has many posts is it possible to do:
Thanks