コード例 #1
0
ファイル: controller.php プロジェクト: KIZI/sewebar-cms
 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';
 }