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 }