Running Unit Test in DDEV # Run all tests ddev exec composer run phpunit:test # Run a specific test class, example...
Backend > Catalog > Manage Categories We can do the following: Create new root categories and subcategories. You can organize the categories...
There are 3 machines: Local Computer Windows OS Development Server Production Server There are 3 repositories upstream, a fork of...
For read and write adapters, fetchOne(), fetchAll(), fetchAssoc(), fetchRow(), fetchCol(), fetchPairs(), see lib\Zend\Db\Adapter\Abstract.php Also, standalone class...
Backend > System > Index Management > reindex Product Flat Data (optional) Category Products
Add Foreign Key /** @var Mage_Core_Model_Resource_Setup $installer */ $installer = $this; $installer->startSetup(); /** @var Varien_Db_Adapter_Pdo_Mysql...
There are 2 column types: // lib\Varien\Db\Ddl\Table.php const TYPE_TIMESTAMP = 'timestamp'; // Capable to support date-time from...
This doesn't work: ->addColumn('name', Varien_Db_Ddl_Table::TYPE_TEXT, 200, array( 'nullable' => false, 'collate' => 'utf8mb4_unicode_ci...
See production grade nginx and docker config here. Some notes on this: the PCI work was trial and error, we...
Useful for long text. $form = new Varien_Data_Form(); $fieldset = $form->addFieldset('base_fieldset', [ 'legend' => Mage::helper('im...
Take a look at Mage_Adminhtml_Block_Widget_Grid_Column::_getRendererByType() to dive into the different column types...
Best results in other decks
Max Swahn attended the University of Pittsburgh, Swanson School of Engineering. He graduated in 2018 with a degree in Industrial...
If you want to build a small CLI application, that supports more advanced inputs than gets, I recommend using the...