oxid.php

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