function __construct($view, $model) { parent::__construct($model); $this->view = $view; }
function __construct($view, $data) { parent::__construct(); $this->view = $view; $this->data_annee = $data; }
function __construct($view) { parent::__construct(); $this->view = $view; }