We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create providers for creating/rewriting frontend and admin actions
The text was updated successfully, but these errors were encountered:
== admin action ==
zf add mage-action admin/testing/view
If config entry admin/routers/adminhtml/args/modules/testing not found ask the module > oggetto/testing
will create in config.xml: <admin> <routers> <adminhtml> <args> <modules> <testing before="Mage_Adminhtml">Oggetto_Testing_Adminhtml</testing> </modules> </args> </adminhtml> </routers> </admin> will create controller file will create controller action method
If entry found: will create controller file if not exist will create controller action method
Will ask for a menu item ???
Sorry, something went wrong.
It's done in https://github.com/hws47a/MTool
dankocherga
No branches or pull requests
Create providers for creating/rewriting frontend and admin actions
The text was updated successfully, but these errors were encountered: