Ejemplo n.º 1
0
 function __construct($sel)
 {
     $this->_basePath = LIB_PATH;
     parent::__construct($sel);
 }
Ejemplo n.º 2
0
 function __construct($sel)
 {
     $this->_basePath = \Jelix\Core\App::logPath();
     parent::__construct($sel);
 }