How to clear the Magento cache from PHP code? Below you will find two simple scripts which might help you to do this. With these scripts you can easily clear your Magento cache programatically from code. You can call the code anywhere you want, set it up in cronjob or use it in a custom […]
Magento create database backup from PHP code
In this article we will provide you with a simple code example of how you can backup your Magento database programmatically. Backup your code from a simple PHP file. This file can be executed via URL, cron or elsewise programatically. You can reuse and modify the code example below to create your own database backup […]