MTool icon indicating copy to clipboard operation
MTool copied to clipboard

front/admin actions - create/rewrite

Open dankocherga opened this issue 15 years ago • 2 comments

Create providers for creating/rewriting frontend and admin actions

dankocherga avatar Dec 28 '10 09:12 dankocherga

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

dankocherga avatar Feb 07 '11 08:02 dankocherga

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

hws47a avatar Aug 08 '17 20:08 hws47a