custom form validator

View: Old framed views
7 Messages — Rating Filter:   Alert me  
custom form validator - Hello. This seems simple, but I can't make it work (path issue). I'm experimenting with Zend_Form, and I want to add... Loading...
-- chinaski <chinaski@...> wrote (on Friday, 11 April 2008, 01:38 PM -0700): > This seems simple, but I... Loading...
Thanks for the reply. I fiddled with path and got it to work using: $element->addPrefixPath('My','My/'); However,... Loading...
-- chinaski <chinaski@...> wrote (on Tuesday, 15 April 2008, 02:20 PM -0700): > > Thanks for the reply.... Loading...
Here is my form code: class forms_TestvalForm extends Zend_Form { public function __construct($options =... Loading...
-- chinaski <chinaski@...> wrote (on Wednesday, 16 April 2008, 10:41 AM -0700): > > > > Matthew... Loading...
Thanks Matthew. That works. Here's the final form with the issue solved... parent::__construct($options); ... Loading...