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