public function __construct()
 {
     parent::__construct();
     $this->setId('newAccounts');
     $this->setDefaultSort('created_time');
     $this->setDefaultDir('DESC');
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridReferers');
     $this->setDefaultSort('clicks');
     $this->setDefaultDir('DESC');
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('cmsPagesGrid');
     $this->setDefaultSort('update_time');
     $this->setDefaultDir('desc');
     $this->setSaveParametersInSession(true);
 }
Beispiel #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('customGrid');
     $this->setDefaultSort('logdate');
     $this->setDefaultDir('desc');
     $this->setSaveParametersInSession(true);
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('customersNewestGrid');
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('productsOrderedGrid');
 }
Beispiel #7
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('topSearchGrid');
 }
Beispiel #8
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('lastOrdersGrid');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridAffiliates');
 }
Beispiel #10
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('supplierProductsGrid');
 }
 /**
  * Initializes the grid.
  * 
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('liveUserGrid');
 }
Beispiel #12
0
 public function __construct()
 {
     parent::__construct();
     $this->setId('lastInvoicesGrid');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setId('gridBestseller');
 }