コード例 #1
0
ファイル: Ajax.php プロジェクト: seph-krueger/handyman
 public function init()
 {
     $this->_uid = Ini::userId();
     $this->_lev = Ini::userLevel();
     $this->_inf = Ini::userDetails();
     return null;
 }