08-21-2009, 02:15 PM
|
#3 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Birmingham, UK
Posts: 60
Thanks: 10
|
I thought I'd update this thread myself. Decided to change approach, I've spent hours working out how to do what I want, and mananged to achieve something close but not exact. I'm really unimpressed with how much work needs to be completed to create a simple form like the one above.
For people wishing to achieve what my original goal was, here are a couple of useful links I found:
http://devzone.zend.com/article/3450
See: "Example: Full Customization Using the ViewScript Decorator"
http://www.nabble.com/Zend_Form_Deco...d19638477.html
Using $this->element->fieldId in your templates (not $this->form!)
http://www.vayanis.com/2008/03/17/us...h-zend_config/
Using Zend_Form and Zend_Config together to produce ini-driven forms
|
|
|
|