модель
Код: Выделить всё
function pub_article()
{
$where=array('public'=>'1');
$query=$this->db->get_where('article',$where);
if ($query->num_rows() > 0)
return $query->result();
else
return false;
}
Подробнее здесь: https://stackoverflow.com/questions/222 ... turns-null
Мобильная версия