Re: [fw-general] Little errors in documentation

2008-03-19 Thread SiCo007
I haven't read the docs in question, but surely to make it easier this should be specified, or at least a standard should be implemented throughout the docs. > > - $username->addValidator('stringLength'... > > and > > - $password->addValidator('StringLength'... > > are different. Those t

Re: [fw-general] Little errors in documentation

2008-03-18 Thread Csányi András
On Tue, Mar 18, 2008 at 05:01:12PM -0400, Matthew Weier O'Phinney wrote: > > - 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'... > >

Re: [fw-general] Little errors in documentation

2008-03-18 Thread Matthew Weier O'Phinney
-- Csányi András <[EMAIL PROTECTED]> wrote (on Tuesday, 18 March 2008, 07:40 PM +0100): > 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; If you are not pas

[fw-general] Little errors in documentation

2008-03-18 Thread Csányi András
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->ad