コード例 #1
0
ファイル: jSelectorLib.php プロジェクト: mdouchin/jelix
 function __construct($sel)
 {
     $this->_basePath = LIB_PATH;
     parent::__construct($sel);
 }
コード例 #2
0
ファイル: jSelectorLog.php プロジェクト: mdouchin/jelix
 function __construct($sel)
 {
     $this->_basePath = \Jelix\Core\App::logPath();
     parent::__construct($sel);
 }