I\'ve already created the login forms and I can authenticate against a table, Do I even need to use Zend_Auth?
I am trying to set the height of a ckeditor I am using. Here is what I currently have: $this->addElement(\'textarea\', \'t开发者_如何学编程ext_field\', array(
I\'m pretty much a newbie to Zend\'s forms and decorators, and what I need to do is the following: I\'m trying to generate a form that looks as follows (in a table):
Using Zend_Form, how would I create form elements like this: <input type=\"text\" name=\"element[0][name]\" value=\"\" /&开发者_开发问答gt;
I am facing an small issue regarding the Email Validation in my Zend Form. My Code for the Email field is as
I am aware that form errors can be set to render at the top of the form using decorator code such as:
I\'m using this construction for my element: $freetext = $this->CreateElement(\'textarea\', \'freetext\')
I have a Zend_Form_Element_Select object, and about 3k select options. When the customer asked me to look further into optimization possibilities, I did some debug tracing, and noticed, that there wer
Can\'t figure this one out. It worked in my local environment. Everythin开发者_StackOverflowg is at the right place but the server still can\'t find it:
I am trying to create form element using Zend_Config_Ini. Among other elements, I have a datepicker element (zendx_jquery_form_element_datepicker) which fails to work.