/**
  * Initialize grid
  * Set sort settings
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('promo_quote_grid');
     $this->setDefaultSort('sort_order');
     $this->setDefaultDir('ASC');
     $this->setSaveParametersInSession(true);
 }
示例#2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->_loadCustomerGroupNames();
     $this->setTemplate('n98_managerules/promo_quote_grid.phtml');
 }