예제 #1
0
 public function init()
 {
     $this->_uid = Ini::userId();
     $this->_lev = Ini::userLevel();
     $this->_inf = Ini::userDetails();
     return null;
 }