00001 <?php 00002 00008 class oxShop extends oxI18n 00009 { 00015 protected $_sCoreTbl = 'oxshops'; 00016 00022 protected $_sClassName = 'oxshop'; 00023 00029 protected $_aMultiShopTables = array(); 00030 00034 public function __construct() 00035 { 00036 parent::__construct(); 00037 $this->init( 'oxshops' ); 00038 } 00039 00047 public function setMultiShopTables( $aMultiShopTables ) 00048 { 00049 $this->_aMultiShopTables = $aMultiShopTables; 00050 } 00051 00052 }