It looks like you're new here. If you want to get involved, click one of these buttons!
$news = fuel_model('news_posts', array('where' => array('silos.name' => 'inside-teachers'), 'limit' => 2, 'offset' => uri_segment(2), 'module' => 'news'));
Comments