Codeigniter: Mixing segment-based URL with querystrings
Codeigniter, by default crafts it’s URL in a search engine friendly format. It uses a segment-based approach and does away with the all familiar querystring format that developers have been using for many years to pass parameters via the URL into their applications.
Codeigniter does allow you to turn on the querystring capability, but that [...]
Posted on March 9, 2009 at 5:58 pm by Eldee · Permalink
· 30 Comments
In: PHP Tutorials · Tagged with: codeigniter, querystring, segments, url
In: PHP Tutorials · Tagged with: codeigniter, querystring, segments, url
