Can you create example, please. Have something similar and what I only found that fuel doing some redirection and my get params are in last_url();
So using something like :
/* I couldn't read chantiers_id from get method so I used last_url functi…
Thank you it works, just 1 more question, if i wona save uploaded file with another name, how can I implement that functionality?
I implemented that like :
public function on_after_post($values) { $CI =& get_instance(); …
I have created 2 modules: Fuel_chantiers_model and Fuel_levels_model.
Fuel_chantiers_model has: id, name, description, address, active - fields
Fuel_levels_model has: id, name, rank, map, chantier_id, active - fields
When I'm creating new item in le…