hi all,
i want to develop search system in my cakephp application, by adding extra functionality in controller, and it works fine.
as you probably guess, after search and viewing record, when i return to index (list) page, i have all results from proper model, and search result is "forgotten".
so i guess that i have to keep my sql query in some sort of php session. can you help me how to manage that.
thank you in advance!