ZF-3594: Typo in 15.2. Zend_Form Quick Start
Description
Under ??15.2.6. Putting it together??, in the first example:
$form = new Zend_Form();
$form->setAction('/usr/login')
->setMethod('post');
The controller name should be ??user??, not ??usr?? because in the next example we see:
<?php
class UserController extends Zend_Controller_Action
...
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-07-10T19:04:15.000+0000
I find this issue is fixed in SVN r9524
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:07.000+0000
Updating for the 1.6.0 release.