function formulaire(){ $this->load->database('pangolin'); $this->load->spark('DataMapper-ORM/1.8.1'); $cd = new cd; $cd->get(); $tDonnees['listeAlbums'] = $cd; $this->load->helper('form'); $this->load->view('gestionCD/formulaireCommentaire', $tDonnees); }