Top "Zend-form" questions

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

How to add zend form element at specific position, after once form object has already created?

I have created one user_form class that extends zend form, it has 4 elements username, password, hash for csrf and …

php zend-framework zend-form zend-form-element
Display label before input using formRow view helper in Zf2

In Zend Framework 2.1.4 I am using the standard form view helpers to render out my form elements. When I try: &…

zend-framework2 zend-form zend-view
Zend Form: How to pass parameters into the constructor?

I'm trying to test my form. It will be constructing other objects, so I need a way to mock them. …

php zend-framework zend-form phpunit
Zend_Form radio element

Below is sample code to create a radio button element with Yes/No options in Zend_Form. Any ideas on …

php zend-framework zend-form
array input like name="person[]" in zend form

In normal html, we could have an array field like person[] <input name="person[]" type="text" /> <input …

php zend-framework zend-form
Zend_Framework Decorators Wrap Label and ViewHelper inside a div

I am new to this, zend decoration malarchy, but i have two significant questions that i cant get my head …

zend-framework zend-form zend-decorators
Zend Framework forms, decorators and validation: should I go back to plain HTML?

I am currently working on a pretty large application which contains a lot of forms. Up to this moment, I …

php zend-framework zend-form decorator