vendor_list.php

Go to the documentation of this file.
00001 <?php
00002 
00006 class Vendor_List extends oxAdminList
00007 {
00008 
00014     protected $_sThisTemplate = 'vendor_list.tpl';
00015 
00021     protected $_sListClass = 'oxvendor';
00022 
00028     protected $_sDefSortField = 'oxtitle';
00029 }