示例#1
0
 public function getUserCount()
 {
     $u = new Dase_DBO_DaseUser($this->db);
     return $u->findCount();
 }