![]() |
Dynamic Menu - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Dynamic Menu (/showthread.php?tid=59870) |
Dynamic Menu - El Forum - 12-03-2013 [eluser]cerberus478[/eluser] Hi I'm using codeigniter 2.1.4 I'm trying to create a menu where I can select a page that goes with it. For example: I go to my create menu page and in that page I enter the menu title and I will have a drop down box that gives me all the page titles that I have. When I click save it has to automatically save that information in the database. In my menus table I have Code: CREATE TABLE `menus` ( and my pages table Code: CREATE TABLE `pages` ( Can some one tell me how to do this or can give me a tutorial that will show me how to do this. |