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 }