MTool
MTool copied to clipboard
Magento developer code generator built on zend tool framework
Create providers for creating/rewriting frontend and admin actions
It's because in the app/code/core/Mage/Core/etc/config.xml file magento guys didn't declared any namespace for models
It would be good to have per-module configuration which will be stored in mtool. For example I want to have common file description for all module source files, but don't...
If the third argument for rewrite command is not passed automatically decide where to place the rewrited file. Example: `zf rewrite mage-block Oggetto/OrderProcessing adminhtml/catalog_category_tab_product` equals to `zf rewrite mage-block Oggetto/OrderProcessing...
Looks like it's a good style to create exception class for each module. (Static method `Mage::exception()` in not an accident). What about creating a new Exception class on a new...