예제 #1
0
 public function __construct($model)
 {
     parent::__construct($model);
     $this->_model = $model;
     $this->_modelInfo = $this->_model->info();
     $this->checkForRequiredColumn();
 }
예제 #2
0
 public function __construct($select)
 {
     parent::__construct($select);
     $this->_select = $select;
 }
예제 #3
0
 public function __construct($controller)
 {
     parent::__construct($controller);
     $this->_controller = $controller;
 }
예제 #4
0
 public function __construct($form)
 {
     parent::__construct($form);
     $this->_form = $form;
 }
예제 #5
0
 public function __construct($row)
 {
     parent::__construct($row);
     $this->_row = $row;
 }