The second interview with Marc Morera, an author of DriftPHP. We talk about the problem of the database persistence layer in asynchronous PHP. We discuss DBAL and ORM for ReaectPHP.
Daily Archives: February 22, 2020
I have been working on this course for about 2 months (I do not have much free time) and I hope it will help a lot of people… This 5 hours video covers all the basic things about PHP. I think this is good starting point if you want to […]
I need a help on one of the following question : Q – EAV – Static and varchar entity type what is the similar in between this ? Both values can be identical for single sites Both values can be duplicate for multiple sites Can be add from the backend […]
I get the 503 Backend fetch failed error when I try to connect to my Magento backend that is hosted on a AWS Lightsail Instance – 2 GB RAM, 1 vCPU, 60 GB SSD. I found the general tutorial on how to fix it https://devdocs.magento.com/guides/v2.3/config-guide/varnish/tshoot-varnish-503.html, but the path described there […]
Is their an interface for using the Bulk API within a Magento2 module? I’m trying to identify how I can programmatically modify large numbers of products.
I tried to update the quote table customer_note column type to text using setup script and schema patch. Column type updated after run setup:upgrade but when I run setup:upgrade the second time then column type revert to varchar as previously. This issue because Magento creates a quote table using declarative […]