Hi!

I have been reading the documentation for half an hours and i found
little errors in the part of Zend_Form:

- 15.2.1. Create a form object
missing brackets
$form = new Zend_Form;

- 15.2.6. Putting it together
has brackets
$form = new Zend_Form();
but/and - i don't know :) :
  - $username->addValidator('stringLength'...
  and
  - $password->addValidator('StringLength'...
  are different.

I think this is disturb.

András

-- 
-- Csanyi Andras - http://sayusi.hu - Sayusi Ando --
-- "Bízzál Istenben és tartsd szárazon a puskaport!" - Cromwell --

Reply via email to