magentotherightway.com icon indicating copy to clipboard operation
magentotherightway.com copied to clipboard

Add recommendations for setup resources

Open jahvi opened this issue 8 years ago • 1 comments

Added a new section for setup resources, the 3rd one is kind of opinionated but I found that it's super useful. I can take it out if it's not too relevant.

jahvi avatar Sep 23 '16 16:09 jahvi

Personally I prefer using calls to methods in the Varien_Db_Adapter_Interface for making changes.

Example: a call to addColumn for a column which was already created will not break - Magento automatically checks for existence first and returns successfully if it is found.

gamort avatar Jan 20 '17 15:01 gamort