|
|||
|
I am trying to learn Zend_Form and I am sure it will be very useful once I know it but right now it is just this gray mess of uncertainty.
I have a question for those of you who have used this class successfully. Which way do you prefer to implement the form? Do you store it in a config file? Do you make a subclass of Zend_Form? Or do you just use the form methods inside of an Action() function ? I'm not sure which way I should go. Thanks. |
|
|||
|
The way I'm planning on using it is by sub classing it. I don't know that any implimentation is better than the others, I think it's just a matter of preference.
I don't think just using it's methods helps you any other than putting your form into a different format. To me the real benefit is being able to access and filter all your elements in the form with one command and having all the data wrapped up in a nice little ball for you. |
|
|||
|
Can anyone plz tell me how to remove the "dd" and "dt" tag while echoing the $form object to get the FORM. Because it is disturbing my style sheet and alignment. For example if i give label for a text field, its coming like below.
User Name: Text Box; Email: Text Box; The above output is because of the dd and dt tags. How to remove this tags in the form . Because i want to place the text box inside a TD or div. -murugesh, |
![]() |
| Thread Tools | |
| Display Modes | |
|
|