Search found 1 match

by rsg
Wed Apr 09, 2008 5:22 am
Forum: PHP - Code
Topic: Problem with validate empty textbox
Replies: 0
Views: 78

Problem with validate empty textbox

At first sorry because my english is very poor. I have: .... $number1 = new Zend_Form_Element_Text('number1'); $number1->addValidator('CheckNumbers') $number2 = new Zend_Form_Element_Text('number2'); $number1->addValidator('CheckNumbers') .... and i write my costum validation for them: <?php class M...