. * * Vue table pour les licences * * @package vues */ $this->load->view('bs_header'); $this->load->view('bs_menu'); $this->load->view('bs_banner'); $this->load->library('DataTable'); echo '
'; echo heading("Licences", 3); // echo year_selector($controller, $year, $year_selector); echo licence_selector($controller, $type); echo br(2) ; $table = new DataTable(array( 'title' => "", 'values' => $table, 'controller' => '', 'class' => "datatable table table-striped", 'create' => "", 'first' => 0)); $table->display(); echo '
'; ?>