Top "Zend-form" questions

`Zend\Form` is a class provided by the Zend Framework, an open source PHP 5 object oriented framework.

Zend Framework Checkbox Decorators

What I am trying to accomplish is to have checkbox labels display after checkbox input fields (to the right of …

php zend-framework checkbox zend-form zend-decorators
How to use Zend Framework Form Hash (token) with AJAX

I have included Zend_Form_Element_Hash into a form multiplecheckbox form. I have jQuery set to fire off an …

ajax zend-framework zend-form csrf
How to remove dd and dt html elements when rendering a Form element in ZF?

I am rendering in my view a Zend_Form_Element_Select. $t=new Zend_Form_Element_Select(....); ... ... echo $t->…

php zend-framework zend-form
Zend validators and error messages: addValidator and addErrorMessage

If I have a form element that has multiple validators attached to it (3 in this example), how would I use …

php zend-framework zend-form zend-form-element
isValid in zend framework form returns FALSE

I have zend framework controller. In init method i create a form and fill the drop-down box with $form = new …

zend-framework zend-form
Set Zend\Form Error Messages from Controller

this is probably a very simple task, but currently I'm failing horribly at it. I just want to add a …

zend-form zend-framework2
General error: 1366 Incorrect integer value with Doctrine 2.1 and Zend Form update

I am processing a submitted Zend Form which updates a Doctrine Record using the following code, where $query is a …

php mysql zend-framework doctrine-orm zend-form
How to unset elements in zend form

I have a zend form in which I have many elements. I use form on many places. I have an …

zend-framework zend-form zend-form-element
Zend Framework 2 - Add Form class

I just can't find the answer... Is there a way to pass a CSS class to my open-form-tag? For example …

php zend-form zend-framework2
Zend form setRequired(true) or addValidator(NotEmpty)

Is there any real difference between the behavior or output of these 2. They look to me like they do the …

php zend-framework zend-form