$count = $this->db->results(' SELECT count(*) FROM if_news_type NATURAL JOIN if_news LEFT JOIN if_media_full ON if_media_full.uber_id = if_news.uber_id and media_type_id = 1 WHERE section = ? and active = 1 ORDER BY `date` DESC ', array($section_id)); $this->view->count = $count;