$item = $this->model->getItem($id);
public function getItem($id){ $this->filterEqual('category_id', $id); return $this->get('con_services'); }
Warning: Declaration of modelAppointment::getItem($id) should be compatible with cmsModel::getItem($table_name, $item_callback = false) in...