Home

Awesome

Emzee_ExampleExtension

This is an example on how to the configure the very basics of a Magento extension.

Facts

Description

This is an example on how to the configure the very basics of a Magento extension (extension initialisation, blocks, controllers, event observers, helpers, installation/upgrade scripts, models, translations).

Please understand that the goal of this extension is not to show advanced usages (rewrites of blocks/controllers/helpers/models, backend modifications, resource models, ...) or to demonstrate solutions for specific problems.

How to use

You can use this as a starting point or learning resource for your own extension.

Please replace these placeholders with your own information everywhere:

Use only the parts of the configuration and the files that you really need. I.e. if you don't need a controller in your extension, then don't configure a controller and don't add a controller file.

Requirements

Compatibility

Installation Instructions

  1. If you want to include this extension in a Magento installation for testing, you can either copy the app directory to your Magento installation or you use the excellent tool modman by Colin Mollenhour.

Uninstallation

  1. Remove all extension files from your Magento installation

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Matthias Zeis http://www.matthias-zeis.com
@mzeis

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2012 Matthias Zeis