示例#1
0
 function __construct($setPrevURL = true)
 {
     parent::__construct();
     if ($setPrevURL) {
         $this->setPrevURL();
     }
 }
 function __construct()
 {
     parent::__construct();
 }
 public function __construct($template_dir, $compile_dir = COMPILE_REALDIR)
 {
     parent::__construct();
     $this->_smarty->template_dir = realpath($template_dir);
     $this->_smarty->compile_dir = realpath($compile_dir);
 }
 function __construct($template_dir, $compile_dir = COMPILE_REALDIR)
 {
     parent::__construct();
     $this->_smarty->template_dir = $template_dir;
     $this->_smarty->compile_dir = $compile_dir;
 }