- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Problemi di programmazione
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.
Magento 2 Blogs/Tutorial