/**
  *    Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->template_files = array();
     $this->smarty = new Smarty();
     log_debug("smarty", "smarty=" . spl_object_hash($this->smarty), self::TAG);
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
 }