Archive for the ‘Zend Framework’ Category

How to keep your form with its exact layout By using the Zend Form

How to keep your form with its exact layout By using the  Zend Form Today we will learn how to keep our layout exact like our project main design. We know that if we use Zend form we find some flexibility and advantage for using the component: 1. You can filter and validate the input field. 2. You can group the element or can make the subform. 3. And also you can escape the data prior insert into database so the form filed will be safe from all spam But the bitter experience for most of the developers is that it is tedious to preserve...

How to add recaptcha in Zend Form

How to add recaptcha in Zend Form Its an simple way to add the recaptcha service in your web form. Zend framework reduce your development time by providing the service through its Zend_Service_ReCaptcha. Step-1: You need to signup an account for your domain name or project. Why  you should do this? Because for using the recatcha service you need two key public key and private key. And it will be generated when you will signup in the signup link. Then you will find a signup button.Click the button When...
Page 1 of 1712345NextLast »