php Programming Glossary: arravailablefiles
My Magento Extension Install Script Will Not Run http://stackoverflow.com/questions/4717535/my-magento-extension-install-script-will-not-run sqlFilesDir return false ... sqlDir close if empty arrAvailableFiles return false ... arrModifyFiles this _getModifySqlFiles actionType.. this _getModifySqlFiles actionType fromVersion toVersion arrAvailableFiles if empty arrModifyFiles return false and then modify them to.. Exception sqlFilesDir not found return false ... if empty arrAvailableFiles throw new Exception No files found to run return false ... 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 files for your setup files as well. Read resource files arrAvailableFiles array sqlDir dir sqlFilesDir while false sqlFile sqlDir read.. resModel.' '. actionType.' . . sql php #i' sqlFile matches arrAvailableFiles matches 1 sqlFile After this code executes arrModifyFiles this.. this _getModifySqlFiles actionType fromVersion toVersion arrAvailableFiles But heres where I'm assuming core Magento devs got lost in the..
|