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