Validation of Zend_Form

intro
Let’s validate submitted data using Zend Form.You can download the source code of this article from here.

1.Create Controller
Create the file application/constorllers/IndexController.php with the following content.
2.Create View
Create the file application/views/scripts/error/profile.phtml with the following content.

3.Check
Let’s access your web server and check how this simple validation program works.

Leave a Reply

Your email address will not be published.