Class / function overwrite and Plugins In Magento2
https://www.youtube.com/watch?v=NOZUjq_UWys Learn how to change core functionality in Magento2 in a proper way. Source: [ScreenCast] How To Change Core Functionality in Magento2 - MageClass
https://www.youtube.com/watch?v=NOZUjq_UWys Learn how to change core functionality in Magento2 in a proper way. Source: [ScreenCast] How To Change Core Functionality in Magento2 - MageClass
In looking at my Google Analytics statistics, I see a lot of visitors searching for PHP shorthand if/else (ternary) information. I've gone through my code library and picked out some examples of ternary operator usage. Basic True / False Declaration $is_admin = ($user['permissions'] == 'admin' ? true : false); [...]
how to create a menu item in backend and route it's action to a module controller.
An article for list of PHP reserved keywords Source: PHP: List of Keywords - Manual
Meaning: a piece of paper, plastic, or foil covering and protecting something sold or for sale. Chocolate wrapper Chocolate wrapper wrapper Book wrapper Book wrapper Food Wrapping Book wrapper Book wrapper Book wrapper [...]
Eventually the Persian Gulf states will run out of oil. Meaning: In the end. Finally. Ultimately. Sooner or later. At last. Examples: She dropped out of high school when she was 15, though she eventuallyearned her degree at another school. Eventually we will own the house free and [...]
Meaning: very great in amount. massive
Meaning: To explain or to read something quickly The activity of performing or playing something from beginning to end in order to practise it. An activity in which you quickly do or read all the different parts of something especially in order to practice or prepare for something (such as [...]
Composer is the dependency manager for PHP and you are on a one-page-only documentation for this tool. Official documentation is on the official website, this page just brings you the essential. http://composer.json.jolicode.com/
Magento 2 Error/Bug: Platform: Windows 10 - Xampp e:\xampp\php>php.exe E:\xampp\htdocs\m2\bin\magento cron:run [InvalidArgumentException] There are no commands defined in the “cron” namespace. e:\xampp\php>php.exe E:\xampp\htdocs\m2\bin\magento setup:upgrade [InvalidArgumentException] There are no commands defined in the “setup” namespace. e:\xampp\php>php.exe E:\xampp\htdocs\m2\bin\magento deploy:mode:set developer [InvalidArgumentException] There are no commands defined in the “deploy:mode” namespace. [...]