Where can I start development of the magenta extension

I am familiar with magento and also wrote some widget for magento, now I want to create a small magento extension. Can you please help me, where can I start programming the magento extension. Please advise me a good textbook and books.

thanks

+4
source share
3 answers

The best resource I've found is the Alan Storm blog compilation (our fellow tribesman), which he calls Magento for PHP MVC developers . He explains in detail all the issues associated with the development of magenta.

+8
source

I think you will also find this extension a great start: http://www.magentocommerce.com/magento-connect/Daniel+Nitz/extension/1108/modulecreator . You can trawl through the code that it creates to get a really good idea of ​​the key parts of the puzzle.

Also, check out the Magento sequence diagram to understand the important steps in the flow: http://www.magentocommerce.com/wiki/_detail/general/doc/page-request-flow.png?id=doc:magento-architecture&cache=cache

+1
source

Magento-Debug for moving Magento modules and layouts: https://github.com/madalinoprea/magneto-debug

0
source

Source: https://habr.com/ru/post/1314384/


All Articles