![]() |
URI Routing with get vars ? - 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: URI Routing with get vars ? (/showthread.php?tid=38904) |
URI Routing with get vars ? - El Forum - 02-23-2011 [eluser]bhenbe[/eluser] Hi, i have a problem with CKEditor (and custom browser / uploader) who add get vars to a page. The values are really important and i need to use them in my php code... Here's the uri example : Code: http://website/index.php/ckbrowser/browse/1/?CKEditor=page_content&CKEditorFuncNum=4&langCode=fr I suppose the best way is to set my own routing rule... Have anyone a idea to do this ? |