db->query('CALL news_get_all()'); return $query->result_array(); } $query = $this->db->query('CALL news_get_all'); return $query->result_array(); } }