vendor_list.php

Go to the documentation of this file.
00001 <?php
00002 
00007 class Vendor_List extends oxAdminList
00008 {
00013     protected $_sThisTemplate = 'vendor_list.tpl';
00014 
00020     protected $_sListClass = 'oxvendor';
00021 
00028     public function init()
00029     {
00030         $this->_sDefSort = getViewName('oxvendor').".oxtitle";
00031         parent::Init();
00032     }
00033 }

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