예제 #1
0
 /**
  * Constructor
  *
  * Set main configuration of grid
  */
 public function __construct()
 {
     parent::__construct();
     $this->setId('subscriberGrid');
     $this->setUseAjax(true);
     $this->setDefaultSort('subscriber_id', 'desc');
 }
예제 #2
0
 /**
  * Constructor
  *
  * Set main configuration of grid
  */
 public function __construct()
 {
     parent::__construct();
 }