manufacturer_list.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Manufacturer_List extends oxAdminList
00007 {
00012     protected $_sThisTemplate = 'manufacturer_list.tpl';
00013 
00019     protected $_sListClass = 'oxmanufacturer';
00020 
00027     public function init()
00028     {
00029         $this->_sDefSort = getViewName('oxmanufacturers').".oxtitle";
00030         parent::Init();
00031     }
00032 }

Generated on Wed Apr 22 12:26:29 2009 for OXID eShop CE by  doxygen 1.5.5