ZF-8465: Zend View Helpers manual page contains faulty code
Description
http://framework.zend.com/manual/en/… is missing a few )'s, for example echo $this->formCheckbox('foo', 'bar', null, array('bar', 'baz'); should be
echo $this->formCheckbox('foo', 'bar', null, array('bar', 'baz'));
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-12-04T06:30:31.000+0000
Solved in SVN trunk r19389