oxshop.php

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

Generated on Thu Dec 4 12:04:57 2008 for OXID eShop CE by  doxygen 1.5.5