News Feed
Jobs Feed
Sections




News Archive
AskAboutPHP.com:
Codeigniter Mixing segment-based URL with querystrings
March 10, 2009 @ 11:10:54

The Ask About PHP blog has a tutorial offering CodeIgniter users an alternative to the "no normal GET variables allowed" restriction the framework puts on its URLs - a hack to add those GET values back in as a configuration item.

Codeigniter does allow you to turn on the querystring capability, but that would mean you have to use a pure querystring approach, foregoing the segment-based approached. So, is it possible to mix segments and querystring?

Because of how the segmenting URLs are handled, the order of the parameters is very important as they're passed directly into the controller that way. By bypassing this structure and grabbing the GET variables out of a constant in one of the configuration files in one of two ways - mixing them globally and mixing them locally.

0 comments voice your opinion now!
codeigniter framework query string get variable order


blog comments powered by Disqus

Similar Posts

Mike Kornienko's Blog: Integration of Spry and PHP/MySQL

Daniel Krook's Blog: Technologies of the day: CakePHP & CodeIgniter

Jackson Miller's Blog: Ruby on Rails Killer?

Phil Sturgeon's Blog: Video: Set up a REST API with CodeIgniter

Hasin Hayder's Blog: Did you know 'you can have cheese burger' could be a variable name?


Community Events











Don't see your event here?
Let us know!


google community development podcast release database introduction framework rest opinion conference language functional phpunit usergroup interview zendframework2 testing symfony2 series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework