Пример #1
0
 /** 
  * I2CE_Template constructor method.
  * 
  * This constructor sets up the basic variables for all I2CE_Template objects.
  *  $loadOptions is set to zero.
  * 
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->verboseErrors = true;
     $this->files_loaded = array();
     $this->headers = array('Content-type: text/html; charset=utf-8');
     $this->loadOptions = LIBXML_DTDATTR | LIBXML_DTDLOAD;
 }
 /** 
  * I2CE_Template constructor method.
  * 
  * This constructor sets up the basic variables for all I2CE_Template objects.
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->setWorkingDir(realpath(dirname(__FILE__)));
     $this->merges = array();
 }