コード例 #1
0
ファイル: vmsef.php プロジェクト: naka211/compac
 function __construct($config = array())
 {
     parent::__construct($config);
     if (!self::isInstalledDest('com_virtuemart')) {
         return false;
     }
     $this->baseLanguageTable = $this->getLanguageTableSuffix($this->baseLanguage);
     if (!class_exists('VmConfig')) {
         require JPATH_ADMINISTRATOR . '/components/com_virtuemart/helpers/config.php';
     }
     VmConfig::loadConfig();
     $this->limit = 25;
 }
コード例 #2
0
ファイル: contactenhanced.php プロジェクト: naka211/compac
 function __construct($config = array())
 {
     parent::__construct($config);
 }