$result = \News\Model_News::find('all',array(
'related' => array(
'tags' => array(
'where' => array(
array('tag' , '=' , $tag)
)
)
),
'limit'=>10
));
'limit'=>array('inner'=>10, 'outer'=>5)
'limit'=>10would be the same as
'limit'=>array('inner'=>10)
) It looks like you're new here. If you want to get involved, click one of these buttons!