Bonjour,
mon problème est que je n'arrive pas a afficher mon menu
erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
Warning: htmlspecialchars() expects parameter 1 to be string, array given in C:\wamp\www\SamaxSoft\library\Zend\View\Abstract.php on line 837
quand je fais var_dump($this->menu); menu contient bien les éléments de mon fichier menu.ini
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
array(2) { ["admin"]=>  array(2) { ["controller"]=>  string(5) "admin" ["action"]=>  string(6) "lister" } ["membre"]=>  array(2) { ["controller"]=>  string(6) "membre" ["action"]=>  string(6) "lister" } }
Merci de votre aide.