get(array('phone' => $phone)); //return $this->fetchRow('user', array('username' => $username)); } public function getUserList(){ return $this->getList(array('username' => 'colly')); } }