find(array('where' => $sql, 'desc' => 'id', 'limit' => $limit, 'asArray' => TRUE)); } public function getRowbyID($id){ return $this->getOne(array('where' => 'id='.$id, 'asArray' => TRUE)); } }