Why u need to change a query altogether ? Instead why dont write a different method? Or use the concept of method overloading / method overriding as the case may be...?
Can u please elaborate?
I have a dataset which will get loaded in the Cache when I click on Button_1. And when I Click on Button_2 I need another query to be executed and return data from the cache. This is my requirement. Please help.
You can write a different query on the click of Button_2 which retrives the data from cache?? Will this wont work?
I had a lots of search which did not help me to come up with a solution for retrieving the data from cache. If you could post a sample code that will be truly helpful.
Hi Guys. I'm having a serious problem that is holding me back. I have a file which is a user dashboard and this file gets data from another php script ...