예제 #1
0
파일: user.php 프로젝트: rockylo/ionize
 public function get_rules()
 {
     $rules = Authority::get_rules_array();
     if ($this->is_xhr()) {
         $data = array('rules' => $rules);
         $this->xhr_output($data);
     }
 }