get_form(); break; case 'save': $harvest=new harvest_profil_import($id_profil); $data['name']=$name; $data['num_harvest']=$num_harvest; print $harvest->save($data); $harvests=new harvest_profil_imports(); print $harvests->get_list(); break; case 'delete': $harvest=new harvest_profil_import($id_profil); print $harvest->delete(); $harvests=new harvest_profil_imports(); print $harvests->get_list(); break; default: $harvests=new harvest_profil_imports(); print $harvests->get_list(); break; }