00001 <?php 00002 00009 class oxShop extends oxI18n 00010 { 00016 protected $_sCoreTbl = 'oxshops'; 00017 00023 protected $_sClassName = 'oxshop'; 00024 00030 protected $_aMultiShopTables = array(); 00031 00035 public function __construct() 00036 { 00037 parent::__construct(); 00038 $this->init( 'oxshops' ); 00039 } 00040 00041 }