One of the greatest feature in Magento is Events and Observers.
You can add any functionality for the specific Event without following:
1. Modifying core files
2. Copy core file to local folder
3. Override Core files
4. Extend core methods
Here are the links for best examples:
Using events is the best way of extending Magento functionality......
You can add any functionality for the specific Event without following:
1. Modifying core files
2. Copy core file to local folder
3. Override Core files
4. Extend core methods
Here are the links for best examples:
- http://codemagento.com/2011/04/observers-and-dispatching-events/
- http://magedev.com/2009/08/11/magento-events-create-update/
- http://magedev.com/2010/10/15/adding-event-observer-on-the-fly/
Using events is the best way of extending Magento functionality......
No comments:
Post a Comment