function getAll($table) { $rows = $this->db->get($table)->result_array(); if(count($rows)>0){ return $data; } else{ return false; } }