[TYPO3-ect] TS configurable action pipeline, first example

Elmar Hinz elmar07 at googlemail.com
Sun Sep 2 19:19:32 CEST 2007


Hello all,

this WE I implemented the first version of the TS configurable action
pipeline into tx_lib_controller. 

I commited lib and bananas to SVN. The example is the clearAction of the
bananas form. It shows, that the conception works at least. Now I will go
through the different processors of lib to make them working with this. The
target it that bananas controller will be completely done in TS. Examples
of the PHP configured actions you will still find in efaq.

This ist the bananas form setup with the clearAction:

plugin.tx_bananas.form = USER_INT
plugin.tx_bananas.form.userFunc = tx_bananas_controllers_form->main
plugin.tx_bananas.form.configurations < temp.tx_bananas.common
plugin.tx_bananas.form.actions {
        clearAction {
                START = view
                view = tx_bananas_views_form
                view {
                        do.1 = render
                        do.1.1  = formTemplate
                        go.TX_LIB_APS_OK = translator
                }
                translator = tx_lib_translator
                translator {
                        do.1 = translate 
                        go.TX_LIB_APS_OK = storeSession
                }
                storeSession = tx_lib_sessionProcessor
        }
}
























More information about the TYPO3-team-extension-coordination mailing list