-- Hinikato <[EMAIL PROTECTED]> wrote (on Saturday, 02 February 2008, 11:57 PM -0800): > I can't understand how can i inherit Zend_Form_Element. I tried redefine them > but so many decorators and elements.
Extend Zend_Form_Element. If you don't like the decorators present, override the _loadDefaultDecorators() method and setup your own defaults. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
