I've had an error saying the class 'Sanitize' wasn't found.
(using cake 1.2)
I fixed it by adding:
App::import('Core', 'Sanitize');
in plugins/filter/models/behaviors/filtered.php @ line 170
Is this correct procedure ? Or is there a better fix ?
Is it possible to add 2 date search options, for 1 date field ?
To able to search between 2 dates, 'range between'...
fe: Find all where Docu.date >= lastweek AND Docu.date <=yesterday
Can this be implemented ?
Hi there,
Thanks for a wonderful plugin, I am using it on my current project and it works like a charm. I was just wondering there is a simple way to do a 'reset' to clear the form data? I tried '<button type="submit" name="data[reset]" value="reset">Reset</button>' but it doesn't clear the form. Any help will be much appreciated.