コード例 #1
0
 function __construct($sel)
 {
     $this->_basePath = LIB_PATH;
     parent::__construct($sel);
 }
コード例 #2
0
ファイル: significant.urls.php プロジェクト: rodacom/jelix
 function __construct($sel)
 {
     $this->_basePath = jApp::configPath();
     parent::__construct($sel);
 }