コード例 #1
0
ファイル: X2GridView.php プロジェクト: tymiles003/X2CRM
 public function __construct($owner = null)
 {
     X2Model::$autoPopulateFields = false;
     parent::__construct($owner);
 }
コード例 #2
0
 public function __construct($owner = null)
 {
     $this->attachBehavior('X2GridViewSortableWidgetsBehavior', new X2GridViewSortableWidgetsBehavior());
     parent::__construct($owner);
 }