Posts by rbm0407 • 11 points
1 post
-
1
votes2
answers1790
viewsA: Dynamic menu in Codeigniter
The way your code structure is, you have to specify which menu belongs to the View submenu: <?php foreach ($menu_list->result() as $menu): ?> <li> <a href="#" ><?php echo…