示例#1
0
 function __construct($sel)
 {
     $this->_basePath = LIB_PATH;
     parent::__construct($sel);
 }
示例#2
0
 function __construct($sel)
 {
     $this->_basePath = \Jelix\Core\App::logPath();
     parent::__construct($sel);
 }