คำถามติดแท็ก magento-2.0.5

4
วิธีการบันทึกและโหลดที่ไม่สอดคล้องในรูปแบบนามธรรม
ฉันเห็นว่าในแผนกพัฒนาของ Magento 2 repo วิธีการloadและsaveจากMagento\Framework\Model\AbstractModelชั้นเรียนเลิกใช้แล้ว แต่มีการเรียนการ gazillion ในหลักที่ขยายชั้นนี้และใช้และsave เมื่อสร้างโมดูลของตัวเองสำหรับส่วน CRUD ของเอนทิตีของฉันฉันทำตามแนวทางเดียวกันกับที่เป็นโมดูลหลัก แต่เนื่องจากวิธีการเหล่านี้เลิกใช้แล้วฉันจึงควรเตรียมพร้อมสำหรับอนาคต ฉันควรใช้อะไรแทนพวกเขา หรือฉันควรขยายอย่างอื่น?load

2
Magento 2: ไฟล์ catalog_attributes.xml คืออะไร
ฉันสังเกตเห็นว่า Magento 2 มีหลายcatalog_attributes.xmlไฟล์ในโฟลเดอร์ต่อไปนี้: app/code/Magento/Bundle/etc app/code/Magento/Catalog/etc app/code/Magento/CatalogSearch/etc app/code/Magento/CatalogUrlRewrite/etc app/code/Magento/Downloadable/etc app/code/Magento/GiftMessage/etc app/code/Magento/Msrp/etc app/code/Magento/Sales/etc app/code/Magento/Tax/etc app/code/Magento/Wishlist/etc ไฟล์เหล่านั้นมีลักษณะดังนี้ (ตัวอย่างสำหรับSalesไฟล์): <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd"> <group name="quote_item"> <attribute name="sku"/> <attribute name="type_id"/> <attribute name="name"/> <attribute name="status"/> <attribute name="visibility"/> <attribute name="price"/> <attribute name="weight"/> <attribute name="url_path"/> <attribute name="url_key"/> <attribute name="thumbnail"/> <attribute name="small_image"/> <attribute name="tax_class_id"/> <attribute name="special_from_date"/> <attribute name="special_to_date"/> <attribute …

8
แพ็คเกจ fabpot / php-cs-fixer ถูกทิ้งใน Magento 2
ฉันใช้ Magento 2.0.5 เมื่อฉันเรียกใช้composer updateหรือcomposer installคำสั่งมันแสดงคำเตือนต่อไปนี้ แพ็คเกจ fabpot / php-cs-fixer ถูกละทิ้งคุณควรหลีกเลี่ยงการใช้งาน ใช้ friendsofphp / php-cs-fixer แทน ฉันอ่านhttps://github.com/paliarush/magento2-vagrant-for-developers/issues/46แต่ไม่ได้อะไรเลย
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.