Pages

Monday 23 June 2014

Create a magento plugin from the start to the end

Because it was difficult for me to find tutorials /how to/ developer’s guide (complete) … on the magento plugins development, I decided to create one !

We’ll see in all this tutorial how to create a complete magento module with database access, frontend interface and backend interface (using the magento Grid View).

Every single parts of this tutorial will contains one theatrical part to understand how is working magento and one « practical » part which is the creation of the whole plugin step by step.

Are you ready ? so be strong ! magento (and e-commerce development in general) is far for being the easiest past of the web !

Summary :


Lesson 1 – Magento plugin’s structure

Lesson 2 – Create your own controller

Lesson 3 – Create a block

Lesson 4 – The Model and the database

Lesson 5 – The Model, collections and forms

Lesson 6 – Create a plugin in the backend

Lesson 7 – The magento admin grid

Lesson 8 – Rewrite / modify a magento block

Lesson 9 – Rewrite / modify a magento model

Lesson 10 – Rewrite / modify a magento controller

Lesson 11 – Events and Observers in magento

Lesson 12 – The Helpers

Lesson 13 – Add a field on System Configuration in magento

Lesson 14 – Make an update of your plugin

Lesson 15 – Translate your Magento plugin, the Internationalization

Step by step, I will complete this tutorial. If you have any suggestions, please tell me ! to talk with you guys ;) .

Help me to make this tutorial be famous, send it on Facebook, twitter,LinkedIn, and other you !

No comments:

Post a Comment