$view->posts = Model_Post::find('all', array( 'limit' => 5, 'related' => array( 'comments' => array( 'order_by' => array('created_at' => 'desc'), 'limit' => 2 ) ), 'order_by' => array('created_at' => 'desc')) );
It looks like you're new here. If you want to get involved, click one of these buttons!