Thanks for previous replies.. I am trying to print Hello_world using zend framework. I wrote php file in model folder开发者_C百科 and return string value as a \"Hello_world\". In controller i accesst
I\'m doing some testing to my login form but I notice that If I dont send all the expected parameters, I get this error:
I\'m working on a zend framework project and I needed the user to select school and then it goes to the next form then select the grade.
I would like to have a form that gets output into a table.The table I\'m wanting would be formatted like the following
In a form, I have the following element: $email = new Zend_Form_Element_Text(\'username\'); $email ->setLabel($this->getView()->l(\'E-mail\'))
I have a Zend_Form which I reuse in different controllers. This form 开发者_如何转开发requires a javascript file.
I have an Multiselect Zend Form element with many options. I have to validate the number of selected options (at least N options and at most M options are selected). I want the error message to be pri
I have a form with two select boxes: country and city, city depending on the selected country. Note that the city field is populated dynamically when a country is selected using Ajax.
I have built a zend form element for html content开发者_JAVA百科 (general notes). class Sistema_Form_Note extends Zend_Form_Element_Xhtml {
I\'m using the following code: $form->addElement(\'password\', \'elementOne\'); $form->addElement(\'password开发者_开发百科\', \'elementTwo\', array(