Posted by jovaniwayne on April 22, 2010
One of the many function of CI in regards to uri is the uri_to_assoc. This greatly helps me in having a page that passes search parameters to my controllers in my modules. What does it do? Well, the function name itself tells what it do. The uri_to_assoc is from the URI Class of CI. From [...]