CodeIgniter Forums
data from the database as a menu navigation tool - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: data from the database as a menu navigation tool (/showthread.php?tid=51945)



data from the database as a menu navigation tool - El Forum - 05-23-2012

[eluser]jeanel16[/eluser]
I want to create a website that has:

Inbox
sent
settings
reports

all of them are stored in a database. but it is a navigation menu, how can i do that? if i click on the inbox it will navigate to a page that contains another database that has subject message data and time....

any help?