示例#1
0
 protected function entry($dataContainer)
 {
     defined('_WEXEC') or die("Access denied");
     self::$uid = $_SESSION['uid'];
     $this->_smarty = $dataContainer->getSmarty();
     $this->_interface = new WebInterface($this->_smarty);
     $this->_userManager = new UserManager();
 }