Exemplo n.º 1
0
 function __construct($config = array())
 {
     parent::__construct($config);
     self::$com_kbi_admin = JPATH_ROOT . DS . 'administrator' . DS . 'components' . DS . 'com_kbi';
     $this->featurelist = dirname(__FILE__) . '/assets/featurelist.xml';
     $this->datadescription = dirname(__FILE__) . '/assets/datadescription.xml';
 }