Skip to content
New issue

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

front/admin actions - create/rewrite #3

Open
dankocherga opened this issue Dec 28, 2010 · 2 comments
Open

front/admin actions - create/rewrite #3

dankocherga opened this issue Dec 28, 2010 · 2 comments
Assignees
Labels

Comments

@dankocherga
Copy link
Owner

Create providers for creating/rewriting frontend and admin actions

@dankocherga
Copy link
Owner Author

== 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 ???

@ghost ghost assigned dankocherga Jun 17, 2011
@hws47a
Copy link
Collaborator

hws47a commented Aug 8, 2017

It's done in https://github.com/hws47a/MTool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants