קטגוריה: module

module structure

0 commentsmagentomodule

מודול – מבנה תקיות תיקיות הבסיס למודול במגנטו הגדרות XML לבנית המודות etc/module.xml לא לשכוח _vandor registration.php לא לשכוח _vandor בדיקה אם המודול פעיל – שם ראשי + שם המודול Controller Controller/Index/Index.php routers.xml – etcfrontendroutes.xml <?xml version="1.0"?><config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"><router id="standard"> <route id="custommodule" frontName="custommodule"> <module name="Anagal_CustomModule"/> </route></router></config> id & frontName – אותיות קטנות הבלוק BlockHello.php  שם ….  Read More