'.$classe_objet::nom().''; } return $options; } $reperoire_plugin_codepromo = realpath(dirname(__FILE__)) . '/../'; $repertoire_controleurs = 'controleurs'; $repertoire_operations = 'operations'; $repertoire_actions = 'actions'; $tableau_controleurs = array(); $tableau_controleurs = codepromo_lister_repertoire($reperoire_plugin_codepromo.$repertoire_controleurs); $tableau_operations = array(); $tableau_operations = codepromo_lister_repertoire($reperoire_plugin_codepromo.$repertoire_operations); $tableau_actions = array(); $tableau_actions = codepromo_lister_repertoire($reperoire_plugin_codepromo.$repertoire_actions); $codepromo->charger_id(lireParam('promo')); ?>