Magento best practice – developer guide

Hello Guy Today Share Some development tricks which is very useful at time of development with magento eCommerce.

1) Do not modify code in app/code/core directory.

Magento community develop application on that way you never need to modify your ‘core’ folders codes.

i.e      app\code\core\Mage

If you want to use core Controller, Model, Helper, or Block than rewrite and than use. click here to know How to rewrite Block file. Continue reading