cancel
Showing results for 
Search instead for 
Did you mean: 

Problemi di programmazione

Problemi di programmazione

Buongiorno,

ho sviluppato una piccola applicazione in php che carica un file CSV o TXT e me lo commuta per le caratteristiche di Magento 2.

Adesso però vorrei integrarlo in un modulo Magento 2, però oltre ad una semplice guida per fare un semplice HelloWorld non ho trovato altro.

Ho provato a fare qualcosa ma non ho capito ancora bene come funzionano i Controller e come si richiamano nella pagina phtml.

Qualcuno mi può dare qualche dritta?

Grazie!

3 REPLIES 3

Re: Problemi di programmazione

There are many blogs available for learn magento 2 start with simple module,

I have given some of the blogs links for introduction to magento2 module,

https://www.cloudways.com/blog/create-module-in-magento-2/

 

http://excellencemagentoblog.com/blog/2016/04/04/magento2-helloworld-module-development-part1/

 

https://inchoo.net/magento-2/how-to-create-a-basic-module-in-magento-2/

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Problemi di programmazione

Hi, yes i have read this tutorial. and i have make an helloworld module.
But you know some tutorial for complex module?

 

 

Re: Problemi di programmazione

Congratulations for creating first module.

Now you can understand basic concepts of magento.

You need to dig core module like Contact, Cms and so on from magento 2.

Its default module of core and you can check code of them.

You can search for complex module from net.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial