Use of Zend Form

intro
In this article, Zend Form component is used reffering to Official ZF QuickStart.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/index/index.phtml as following content.

3.Check
Let’s access your web server(ex.http://localhost/).
Next
I will study more about Zend_Form.

2 Comments

  1. Nice. Just a small word though… you shouldn’t access a static method as within the object ( self:: instead of $this )

Leave a Reply

Your email address will not be published.