Custom Login module creation in Magento
Magento is an open source ecommerce solution. Magento module development have a certain standard procedures. Let us look in to the new custom module creation. Create one folder local inside app/code/. This local folder is used for our custom module creation. This...