¡@

Home 

php Programming Glossary: actiontype

My Magento Extension Install Script Will Not Run

http://stackoverflow.com/questions/4717535/my-magento-extension-install-script-will-not-run

Resource Setup.php protected function _modifyResourceDb actionType fromVersion toVersion ... sqlFilesDir Mage getModuleDir 'sql'.. return false ... arrModifyFiles this _getModifySqlFiles actionType fromVersion toVersion arrAvailableFiles if empty arrModifyFiles.. return false ... arrModifyFiles this _getModifySqlFiles actionType fromVersion toVersion arrAvailableFiles if empty arrModifyFiles..

is there a reason why Magento shouldn't support uninstall/downgrade for modules

http://stackoverflow.com/questions/5294385/is-there-a-reason-why-magento-shouldnt-support-uninstall-downgrade-for-modules

_modifyResourceDb is the most interesting to me since the actionType here can be rollback and uninstall as well also note you can.. read matches array if preg_match '#^'. resModel.' '. actionType.' . . sql php #i' sqlFile matches arrAvailableFiles matches.. this code executes arrModifyFiles this _getModifySqlFiles actionType fromVersion toVersion arrAvailableFiles But heres where I'm..