[TYPO3-ect] [TYPO3-50-general] Validation
David Toshack
david at vaultin.com
Wed Dec 6 02:35:14 CET 2006
I definitely agree that reinventing the wheel would be a very bad thing
and HTML_QuickForm seems to me like the most widely adopted and most
suitable PHP form handler.
I have been looking into HTML_QuickForm lately. That would be my form
handler of choice. It has some great, expandable validation features.
It is also the basis for the Zend Framework's proposed Zend_Form for
form handling. Which works well with the already approved
Zend_Filter_Input and Zend_Validator for validation.
I would assume that TYPO3 5.0 would go the Zend route for form handling
and if a new form handler is to be implemented for 4.x I would be
leaning towards HTML_QuickForm. Which would also serve as a good basis
for the Zend option in 5.0.
There is also the Formidable form handling extension which I do not know
much about. Other than the fact that everything is defined by XML, which
differs a lot from the Zend Framework way of doing things.
Maybe we could build some TYPO3 specific validation based on
HTML_QuickForm rules for the tx_lib framework. Then hopefully for 4.5,
use it for t3lib_BEfunc.
I would love to know what you all think about this as there are many ECT
projects on the back burner that hang in the balance of a decent form
handler.
Cheers,
David
Christoph Koehler wrote:
> Hello guys,
>
> I will cross post this to the ECT and T3-5.0 list. I don't know whether
> a form generator component is planned as part of the 5.0 core or
> libraries, but in 3.x and 4.x, the TCA uses some form of validation
> library for BE data, so at least for my own implementations I always
> coded my own validation library.
> So as to not reinvent the wheel, I was wondering if some kind of (TCA)
> validation library is planned to be part of 5.0 out of the box and how
> we can use it together with a forms library or for other components that
> might require data validation.
>
> Christoph
> --Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
More information about the TYPO3-team-extension-coordination
mailing list