コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(true);
     $this->setFilterVisibility(false);
     $this->setPagerVisibility(false);
 }
コード例 #2
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('name');
 }
コード例 #3
0
ファイル: Log.php プロジェクト: platonicsolution/local-server
 public function __construct()
 {
     parent::__construct();
     $this->setUseAjax(true);
 }
コード例 #4
0
ファイル: Grid.php プロジェクト: Rodrifer/candyclub
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setTemplate('extendware/ewcore/frontend/widget/grid.phtml');
 }
コード例 #5
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('sent_at', 'desc');
 }
コード例 #6
0
 public function __construct($attributes = array())
 {
     parent::__construct($attributes);
     $this->setDefaultSort('scheduled_at');
     $this->setDefaultDir('DESC');
 }