category_update.php

Go to the documentation of this file.
00001 <?php
00002 
00007 class Category_Update extends oxAdminView
00008 {
00015     public function render()
00016     {
00017         parent::render();
00018 
00019         // parent categorie tree
00020         $oCatTree = oxNew( "oxCategoryList" );
00021         $oCatTree->updateCategoryTree();
00022 
00023         return "category_update.tpl";
00024     }
00025 }

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