CodeIgniter Forums
CodeIgniter URLs - 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: CodeIgniter URLs (/showthread.php?tid=2441)



CodeIgniter URLs - El Forum - 08-06-2007

[eluser]webdude[/eluser]
My URLs are database driven and was wondering how CI will handle them. Looking at CodeIgniter URLs in the user guide the URLs use the Model-View-Controller approach, usually represent by something like...
Code:
www.your-site.com/class/function/ID
As I build my URLs up based on what page they belong to I was wondering how they would be handled?
Code:
www.your-site.com/products/stop-metering-valves/
/products/stop-metering-valves/ is the URL held in my database

Thanks


CodeIgniter URLs - El Forum - 08-06-2007

[eluser]webdude[/eluser]
after a bit more reading and testing all sorted. i had to use the URI Routing