00001 <?php 00002 00006 class Vendor_List extends oxAdminList 00007 { 00012 protected $_sThisTemplate = 'vendor_list.tpl'; 00013 00019 protected $_sListClass = 'oxvendor'; 00020 00027 public function init() 00028 { 00029 $this->_sDefSort = getViewName('oxvendor').".oxtitle"; 00030 parent::Init(); 00031 } 00032 }