validate input data with symfony, doctrine or zend_validate?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-05-08T16:48:04Z
Indexed on
2010/05/08
19:28 UTC
Read the original article
Hit count: 153
im using symfony with doctrine and zend.
i wonder if i wanna validate the user input data, should i use validation from symfony, zend or even doctrine?
i think i should go with symfony, but are there times the validation from zend or doctrine would be better?
thanks
© Stack Overflow or respective owner