".$obj." -> ".$idx; $ico="ico_parametrage.png"; $premier=0; $recherche=""; $DEBUG=0; // /** * Classe utils () */ $f = new utils (); // Fichier de paramétrage if (isset($langue)){ if (file_exists ("../sql/".$f -> phptype."/".$langue."/".$obj.".inc")) include ("../sql/".$f -> phptype."/".$langue."/".$obj.".inc"); }else{ if (file_exists ("../sql/".$f -> phptype."/".$obj.".inc")) include ("../sql/".$f -> phptype."/".$obj.".inc"); } $f -> headerhtml (); $f -> collectivite (); $f -> droit ($obj); $f -> header (1, $ent, $ico, $obj); $f->isAuthorized($obj); echo "\n
\n"; $enr = new $obj($idx,$DEBUG,$maj); // mode debug message de l'objet métier if ($DEBUG == 1) echo "Objet métier =>
".$enr->msg; $validation++; $enr->formulaire($validation, $maj, $f -> db, $_POST,$obj, $DEBUG,$idx); $f -> db->disconnect(); //}else // echo "Droits insuffisants ou reconnectez-vous."; echo "\n
\n\n"; /** * */ $f -> footer (); $f -> deconnexion (); $f -> footerhtml (); ?>