codice:foreach ($menu as $menuItem) { // E trovi in $menuItem ogni singola voce del // tuo menu, come un array. Per provare: print_r($menuItem); }
codice:foreach ($menu as $menuItem) { // E trovi in $menuItem ogni singola voce del // tuo menu, come un array. Per provare: print_r($menuItem); }
There are 10 types of people in the world - those who understand binary and those who don't.