oxid.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Oxid
00007 {
00008 
00016     public static function run()
00017     {
00018         $oShopControl = oxNew('oxShopControl');
00019 
00020         return $oShopControl->start();
00021     }
00022 
00030     public static function runWidget()
00031     {
00032         $oWidgetControl = oxNew('oxWidgetControl');
00033 
00034         return $oWidgetControl->start();
00035     }
00036 }