find(array('where' => $sql, 'desc' => 'id', 'limit' => $limit, 'asArray' => TRUE)); }else{ return $this->find(array('desc' => 'id', 'limit' => $limit, 'asArray' => TRUE)); } } public function getRowbyCode($code){ return $this->getOne(array('where' => 'vcode="'.$code.'"', 'asArray' => TRUE)); } } ?>