public function pivot() { $crud = new grocery_CRUD(); $crud->set_table('pivot'); $this->db->select('*, `LONG_DT`*2*PI()*ANGLE/360 as TRAJET_DT, `LONG_DT` + `jet_m` + `Paf_m` as LONG_ARR, ((`LONG_DT` + `jet_m` + `Paf_m`)*(`LONG_DT` + `jet_m` + `Paf_m`)*PI()*ANGLE/360)/10000 as SURF_HA, `LONG_DT`*2*PI()*ANGLE/360/`VIT_DT`/24 as temps_100, `DEBIT`*24*(`LONG_DT`*2*PI()*ANGLE/360/`VIT_DT`/24)/ ( (((`LONG_DT` + `jet_m` + `Paf_m`)*(`LONG_DT` + `jet_m` + `Paf_m`)*PI()*ANGLE/360)/10000) *10000)*1000 as mm_100, `DEBIT`*24/(((`LONG_DT` + `jet_m` + `Paf_m`)*(`LONG_DT` + `jet_m` + `Paf_m`)*PI()*ANGLE/360)/1000) as pluv_calculee_mm FROM `pivot`'); $output = $this->grocery_crud->render(); $this->_example_output($output); }
Cela ne marche pas hélas et me retourne ceci
An Error Was EncounteredUnable to load the requested language file: language/french/db_lang.php
Voila j'espère qu'une personne pourra m'aider^^