oxshop.php

Go to the documentation of this file.
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 
00040 }

Generated on Tue Aug 4 09:09:57 2009 for OXID eShop CE by  doxygen 1.5.5