Tag Archive for input

Codeigniter RESTful URL

This script is an extension of the input library to allow parsing of RESTful URLs (one of the more useful features of Zend).  RESTful URLs are similar to $_GET URL’s (/index.php?var=value) but are just written out in a more SEO friendly way (/var/value).

Read more