![]() |
custom URL mappings in codeigniter like redmine? - 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: custom URL mappings in codeigniter like redmine? (/showthread.php?tid=51101) |
custom URL mappings in codeigniter like redmine? - El Forum - 04-20-2012 [eluser]WarDoGG[/eluser] So redmine has a very peculiar url mapping style that i observed : Code: http://demo.redmine.org/projects/<project-name>/controller/action samples : Code: http://demo.redmine.org/projects/produto/activity and the url changes as the project changes. how do i do this in codeigniter ? I'm thinking it can be done with routes.php but so far i'm not able to get anywhere. Looking for any help. Thanks. |