View Single Post
  #1 (permalink)  
Old 02-20-2008, 10:15 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default What is Zend_Form's common usage

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.
Reply With Quote