find ( array ( 'where' => '(staff like \'%["' . $sid . '%\' ) and mold="日常收支"', 'asArray' => true ) ); if (empty($list)){ return false; }else { return true; } } /* function getClientByCid($cid){ $sql = "select * from " . $this->_table . " as a left join CLD_staff as b on (a.sid=b.sid) where a.cid= '".$cid."' " ; $query = Doo::db ()->query ( $sql ); $result = $query->fetch (); return $result; } public function getProjectByIdList($projectid){ return $this->find ( array ('where' => "pid= '".$projectid."'", 'asArray' => TRUE ) ); } */ } ?>