find(array('select' => 'content', 'where' => 'verid='.$verid, 'asc' => 'addtime', 'asArray' => TRUE)); } public function getRowbyVerTime($verid,$time){ return $this->getOne(array('where' => 'verid=? and addtime=?', 'param' => array($verid,$time), 'desc' => 'id' ,'asArray' => TRUE)); } }