예제 #1
0
 public function getTotalUsers()
 {
     $dao = new HowitzerDao($this->db);
     return $dao->getTotalUsers();
 }