function lastNews() { $sonuc = $this->db->select('*')->from('post')->limit(3)->get()->result_array(); return $sonuc;