示例#1
0
 public function getAllUserTypes()
 {
     try {
         $_modelUserTypes = new UserTypeModel();
         $rs = $_modelUserTypes->fetchAll('id > 1')->toArray();
         return $rs;
     } catch (Exception $e) {
         throw $e;
     }
 }