Ejemplo n.º 1
0
Archivo: vm1.php Proyecto: rodhoff/MNW
 function __construct(&$parent)
 {
     parent::__construct();
     $this->importName = 'vm';
     $this->sessionParams = HIKASHOP_COMPONENT . 'vm';
     jimport('joomla.filesystem.file');
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->importName = 'openc';
     $this->copyImgDir = '';
     $this->copyCatImgDir = '';
     $this->copyDownloadDir = '';
     $this->copyManufDir = '';
     $this->sessionParams = HIKASHOP_COMPONENT . 'openc';
     jimport('joomla.filesystem.file');
 }
Ejemplo n.º 3
0
Archivo: reds.php Proyecto: rodhoff/MNW
 function __construct()
 {
     parent::__construct();
     $this->importName = 'reds';
     $this->copyImgDir = HIKASHOP_ROOT . 'components/com_redshop/assets/images/product';
     $this->copyCatImgDir = HIKASHOP_ROOT . 'components/com_redshop/assets/images/category';
     if (defined('PRODUCT_DOWNLOAD_ROOT')) {
         $this->copyDownloadDir = PRODUCT_DOWNLOAD_ROOT;
     } else {
         $this->copyDownloadDir = HIKASHOP_ROOT . 'components/com_redshop/assets/download/product';
     }
     $this->copyManufDir = HIKASHOP_ROOT . 'components/com_redshop/assets/images/manufacturer';
     jimport('joomla.filesystem.file');
 }
Ejemplo n.º 4
0
Archivo: mijo.php Proyecto: rodhoff/MNW
 function __construct()
 {
     parent::__construct();
     $this->importName = 'mijo';
     jimport('joomla.filesystem.file');
 }