function __construct($sel)
 {
     $this->_basePath = LIB_PATH;
     parent::__construct($sel);
 }
Esempio n. 2
0
 function __construct($sel)
 {
     $this->_basePath = jApp::configPath();
     parent::__construct($sel);
 }