How-to magento add Admin Backend Controller

1. Firstly, create adminhtml.xml file and put there

and blocks within .
Alternatively, you can put

to config.xml -> block.

2. In order to have path to controller working propertly, never forget to add block in config.xml

3. Also, put to either adminhtml.xml or alternatively to config.xml block.

Leave a Reply