I am new to FuelPHP and have not used frameworks extensively in the past. In fact, the last time I used MVC was when I was developing for SugarCRM back in 2009.
I am writing an application for handling various tasks, one of which being job postings. How would I go about writing this action such that I can search using keywords and other criteria? (For example: check boxes, radio buttons, selects, and so on).
If anyone can help me out with some code and maybe a brief explanation if it's anything but basic I would be incredibly grateful.