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

DevShed: Paginating Database Records with the Code Igniter PHP Framework

Ruzz on Symfony: What is this all about?

PseudoCoder.com: CakePHP Digest #5

The Bakery: Four New Articles/Components (Colors, Models, InotImg & CakeSWXPHP)

IBM developerWorks: Introduction to MVC programming with Agavi (Parts 4 & 5)


Community Events











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


example conference database series api opinion testing zendframework2 composer language development introduction framework code release functional interview podcast community object

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