I have a form element that I\'m setting as required: $this->addElement(\'text\', \'email\', array( \'label\'=> \'Email address:\',
Just wondering how it works and how to handle the information. Let\'s say I have a form like this: $multi = new Zend_Form_Element_Multiselect(\'users\');
I\'m using the PHP Zend Framework. How can I get the values from the controller sent by: $infoForm=array(
I want to use Zend_Form because of its validation and filters etc. But the markup for forms is already done. Even worse, it isn\'t very standardized, so writing my custom decorators is not a solution.
I have a form with a select element that I need to populate with values from a database. Specifically, the name and id of the current users. The fetchPairs() function works great for this! However, I
I\'m having some trouble dealing with this. This is inside my Zend_Form: $about = $this->addElement(\'textarea\', \'about\', array(
I have a form where a user can create an account. The username column is unique in the database. If a user tries to create an account with a duplicate username, it throws an exception. This ends up lo
So I\'ve set up testing in my ZF 1.9.5 application thanks to this tutorial, I am able to test my controllers, now I want to create a test for a form. However, I\'m having the problem that PHPUnit can\
I want to display a Zend Form with one of the elements shown as disabled. I\'m setting the value so the user can see it, but I want to disable it so the user can\'t edit it. This may also involve 开发
I have a form t开发者_Go百科hat is constructed using ZendX_JQuery_Form, the form contains 2 auto complete inputs and 4 datepickers. The datepickers all worked absolutely fine until I added in the auto