Magento
in etc/config.xml of My_Checkout module is like below: <global> <routers> <checkout> <!– Mage_Checkout module –> <rewrite> <cart> <!– CartController –>..
in etc/config.xml of My_Checkout module is like below: <global> <routers> <checkout> <!– Mage_Checkout module –> <rewrite> <cart> <!– CartController –>..
his is a simple backup solution for people who run their own web server and MySQL database server on a..
You can use mysqldump command to backup database. The mysqldump client is a backup program. It can be used to..
<?php // Create the mysql backup file // edit this section $dbhost = “yourhost”; // usually localhost $dbuser = “yourusername”;..
There are at least three ways to backup your MySQL Database : Execute a database backup query from PHP file…