示例#1
0
 /**
  * Construct and initilize
  */
 public function __construct()
 {
     $this->config = MDL_Config::getInstance();
     $this->acl = MDL_ACL::getInstance();
     $this->locator = MDL_Locator::getInstance();
     $this->view = MDL_View::getInstance();
     $this->view->setTheme($this->config->getVar('theme'));
     $this->path_option = BFL_PathOption::getInstance();
 }