コード例 #1
0
 public function __construct($model)
 {
     parent::__construct($model);
     $this->request($this->model->get_request_params());
 }
コード例 #2
0
 public function __construct($model, $path_to_view)
 {
     $this->_path_to_view = $path_to_view;
     parent::__construct($model);
 }