I never like to “Hard Delete” data. Some one will make mistake deleting something. Then they will tell you retrive...
Session handling is a important part of any web app. CakePHP offers 4 storage facilities for session storage. I will...
By default Cakephp will protect app against SQL Injection if you use CakePHP’s ORM methods (such as find() and save())...
For most of the application on Facebook is simple but sometimes you have such a big application to develop you...
When developing web apps, sometimes it is better to disable browser cache. We can do it in php by following...