I discovered a few more errors in the same page. I created a patch for the ticket (to be easily applied to /trunk and /branch), I'm going to give it a better look tonight and commit it.
If in the meantime, any feedback (or confirmation) about the first comment I posted at http://framework.zend.com/issues/browse/ZF-2575 would be appreciated. :) -- Simone On Tue, Feb 5, 2008 at 4:56 PM, Simone Carletti <[EMAIL PROTECTED]> wrote: > Thanks Vladas, > > I filled a new ticket http://framework.zend.com/issues/browse/ZF-2575 :) > > -- Simone > > > On Tue, Feb 5, 2008 at 3:21 PM, Vladas Diržys <[EMAIL PROTECTED]> > wrote: > > > I think there is an error in documentation. > > > > http://framework.zend.com/manual/en/zend.http.cookies.html > > > > Example 17.22. and forward uses: > > $cookie = Zend_Http_*Client*('foo=two+words; ....); > > > > but it should be: > > $cookie = Zend_Http_*Cookie*('foo=two+words; ....); > > > > > > >
