selectlist_list.php

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

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