![]() |
Link - 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: Link (/showthread.php?tid=50933) |
Link - El Forum - 04-13-2012 [eluser]prakash[/eluser] Hi , I want an url to be like http://localhost/test/manageannexturetypes.html/delete/1 can anybody help me out in this scenario Link - El Forum - 04-14-2012 [eluser]zay yar phone[/eluser] Code: // For URL request of http://localhost/test/manageannexturetypes.html/delete/1 http://ellislab.com/codeigniter/user-guide/general/controllers.html Remapping Function Calls Link - El Forum - 04-15-2012 [eluser]prakash[/eluser] Hi thanks for your reply .... i have another question so i need to call Test controller always? because i have same thing(http://localhost/test/manageannexturetypes.html/delete/1) for editing also and also manageannextureyears.html,.... so on so for every url i need to write switch case? Link - El Forum - 04-16-2012 [eluser]zay yar phone[/eluser] Yes.Another way to accomplish is that using associative array. Code: $options = array( |