[TYPO3-mvc] RFC #8052: a shorthand for custom validators
Martin Kutschker
masi-no at spam-typo3.org
Thu Jun 3 22:51:46 CEST 2010
Hello!
Bugtracker reference:
http://forge.typo3.org/issues/show/8052
Problem:
The full class name for a custom validator can be very long.
Solution:
Use a shorthand syntax of the form <ExtensionName>:<VaidatorName> and look for the class
Tx_<ExtensionName>_Validation_Validator_<ValidatorName>Validator.
Note:
I think in FLOW3 context instead of the extension name the name of the package could be used to
create the class name.
Masi
More information about the TYPO3-project-typo3v4mvc
mailing list