Esempio n. 1
0
 public function getCount($h, $role = '')
 {
     //$num = \HotaruModels\User::getCount($role);
     $num = \Hotaru\Models2\User::getCount($h, $role);
     if (!$num) {
         $num = "0";
     }
     return $num;
 }