report_base.php

Go to the documentation of this file.
00001 <?php
00002 
00006 $myConfig = oxConfig::getInstance();
00007 
00011 $sIncPath = $myConfig->getConfigParam( 'sShopDir' ).'/'.$myConfig->getConfigParam( 'sAdminDir' );
00012 
00016 DEFINE( 'USE_CACHE', false );
00017 DEFINE( 'CACHE_DIR', $myConfig->getConfigParam( 'sCompileDir' ) );
00018 
00022 require_once "$sIncPath/reports/jpgraph/jpgraph.php";
00023 require_once "$sIncPath/reports/jpgraph/jpgraph_bar.php";
00024 require_once "$sIncPath/reports/jpgraph/jpgraph_line.php";
00025 require_once "$sIncPath/reports/jpgraph/jpgraph_pie.php";
00026 require_once "$sIncPath/reports/jpgraph/jpgraph_pie3d.php";
00027 
00028 if ( !class_exists( 'report_base' ) ) {
00033     class Report_base extends oxAdminView
00034     {
00040         public function render()
00041         {
00042             return $this->_sThisTemplate;
00043         }
00044     }
00045 }

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