CodeIgniter Forums
Scaffolding with enable_query_strings to true! - 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: Scaffolding with enable_query_strings to true! (/showthread.php?tid=1929)



Scaffolding with enable_query_strings to true! - El Forum - 07-05-2007

[eluser]Roosevelt![/eluser]
Hi,
This is really weird and perhaps there's a solution. I've enabled query strings for my development needs. And the scaffolding doesn't work if I access my page like this: index.php?c=classname&m=secretword. It works just fine if I use, index.php/classname/secretword.

So how can I use the scaffolding feature while keeping the enable_query_strings set to true?

Thanks in advance!


Scaffolding with enable_query_strings to true! - El Forum - 07-12-2007

[eluser]Roosevelt![/eluser]
bump!