예제 #1
0
파일: profile.php 프로젝트: smiffy6969/rars
 function __construct()
 {
     // REQUIRED IN EXTENDED CLASS TO LOAD DEFAULTS
     parent::__construct();
     include_once RARS_BASE_PATH . 'api/user/access.php';
     $access = new UserAccess();
     $this->user = $access->check();
 }