CodeIgniter from Scratch: Search Results without Query Strings
In this episode of CodeIgniter from Scratch, we will implement search features, and display the results pages without the use of query strings. You can use these methods to keep your URL's clean, and continue using the uri segments convention of the CodeIgniter framework.
Burak Guzel
•
37 min read
This post is part of a series called CodeIgniter From Scratch.
In this episode of CodeIgniter from Scratch, we will implement search features, and display the results pages without the use of query strings. You can use these methods to keep your URL's clean, and continue using the uri segments convention of the CodeIgniter framework.
Please
accept marketing cookies
to load this content.



