like('OccCode', $OccCode, 'both'); } if($OccText != '') { $this->like('OccText', $OccText, 'both'); } $rows = $this->findAll(); return $rows; } }