문제

It is mandatory to use a Zend Form everytime I need one? Can I do it with a simple html form in my phtml?

Are there dangers or trouble using the html one?

도움이 되었습니까?

해결책

You can still use pure html forms wherever you want.

Zend_Forms try to help to easily implement the best pratices particularly validating, filtering and escaping user input. If you use pure HTML, you may forget these best pratices.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top