Esempio n. 1
0
 /**
  * Constructor
  *
  * Reads project's and default .ini file, sets project handler's 
  * and initializes paths.
  * @param location config file
  */
 public function __construct()
 {
     parent::__construct();
     $this->template = array();
     $this->templateFile = "extensionhandler.tpl";
     $this->basePath = realpath(dirname(__FILE__) . "/../") . "/";
     $this->renderExtension = false;
 }