Manipuler des collections avec Magento 2

Manipuler des collections avec Magento 2

Formation Magento 2 : Chapitre 6 – Partie B Rappelez-vous, nous avons créé une collection dans l’article précédent : $jobCollection = $this->_job->getCollection() ->addFieldToSelect(‘*’) ->addFieldToFilter(‘status’, $this->_job->getEnableStatus()) ->join( array(‘department’ => $this->_department->getResource()->getMainTable()), ‘main_table.department_id = department.’.$this->_job->getIdFieldName(), array(‘department_name’ => ‘name’) ); Nous allons nous attarder

Layout et formulaire dans l’admin Magento 2

Layout et formulaire dans l’admin Magento 2

Formation Magento 2 : Chapitre 5 – Partie B Création du layout Avant de créer notre formulaire, nous devons le définir dans un layout : app/code/Maxime/Jobs/view/adminhtml/layout/jobs_department_edit.xml Avec ce contenu : <?xml version= »1.0″?> <page xmlns:xsi= »http://www.w3.org/2001/XMLSchema-instance » xsi:noNamespaceSchemaLocation= »urn:magento:framework:View/Layout/etc/page_configuration.xsd »> <update handle= »editor »/> <body> <referenceContainer name= »content »>

Nous utilisons des cookies afin de nous assurer de vous proposer la meilleure expérience sur ce site.
Ok