예제 #1
0
 public function __construct($owner = null)
 {
     X2Model::$autoPopulateFields = false;
     parent::__construct($owner);
 }
 public function __construct($owner = null)
 {
     $this->attachBehavior('X2GridViewSortableWidgetsBehavior', new X2GridViewSortableWidgetsBehavior());
     parent::__construct($owner);
 }