[TYPO3-ect] symfony
Elmar Hinz
elmar.DOT.hinz at team.MINUS.red.DOT.net
Fri Feb 10 00:09:45 CET 2006
Hi Michael,
Michael Scharkow schrieb:
> The controller is probably the easiest to develop, as I wrote in this
> blog post
> http://www.underused.org/posts/view/2006/02/learning-from-rails-actioncontroller-light/
>
Every good concept is a concept that can be sketched in few lines of code. :-)
A full request consists of 3 Phases:
1.) Checks and saving of the last form.
2.) Decision what comes next. (This could depend from the last form data i.e.)
3.) Display of the next view/form. (If checks failed it is the last one.)
In my extensions I often reset the action ($cmd) in 2.) and call the controller
with this a second time for 3.) Ernesto has proposed to set a new Location
header for 3.).
How can it be solved with your proposed controller. I guess both technics are
possible. Am I right? Has $this->filtered[$cmd] something to do with it?
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list