[TYPO3-ect] TS Action chains for SPL objects

Elmar Hinz elmar07 at googlemail.com
Wed Aug 8 09:45:40 CEST 2007


> 
> thanks for the detailed explanations, now i understand thae principle more
> better.
> Surely this has to be experienced in practise, but for use understanding
> is the first important step.
> 
> So last question to this :-) As i understand right, the TS definition
> overwrite the php - what has to be done to get it work, or is there
> nothing to do (in php)? Does this work with e.g. bananas like in your
> examples ?
> 
> vg  Steffen

Hi Steffen

I it will simply work. (After beta release.)

tx_lib_controller will look for an array called "actions" in the
configuration. Actions that are defined in that array have precedence to
actions coded in PHP. So you can overwrite each PHP coded action with an
action in TS or do it in TS only.

I have no plannings today, to do mergings of TS and PHP inside the action.
That could be a future step. Imagine you have a PHP action and users can
add SPL objects into it by TS. For example they could place a captcha SPL
into an existing forms action. For the beginning they would need to define
the whole action in TS first.

Regards

Elmar



















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