[TYPO3-ect] TS Action chains for SPL objects
steve ryan
stever at syntithenai.com
Mon Aug 6 10:30:21 CEST 2007
Howdy,
looks interesting. The idea of abstracting control logic into a more
concise and more 'generatable' form keeps coming up. Certainly struts is
successful but not as widely deployed as maintaining control logic by
writing the lanuguage of your choice. I think the hardest is
implementing the conditional switches between the control components. Yo
ur example suggests a number of text strings that can be returned by a
control component for example display and passed below. I guess you
build a library of control components and try and keep the switch naming
to a scheme.
captcha = tx_my_captchaClass
captcha.do.1.run
captcha.go.display= render
captcha.go.passed = transform
I'm not too clear about the meaning of your .do. and .go numbering schemes.
Like the idea a lot. Could do some cool things with the kickstarter and
and a configuration based control toolkit.
Steve
More information about the TYPO3-team-extension-coordination
mailing list