$this -> cookie -> read('key') : read 'key' from cookie named
"CakeCookie" (by default)
$this -> cookie -> read('MyCookie.key') : read form another cookie
named "MyCookie"

Zo nooouuu BugZ

On May 26, 5:48 am, Yanchao <yanchaow...@gmail.com> wrote:
> It indicate that we need to use the read function of cookie like this:
> $this -> cookie -> read(Name.key) at line 234 of cake/libs/controller/
> components/cookie.php
>
> But it seems we need to use it like:
>
> $this -> cookie -> read(key.Name) to make the function to work...
>
> it seems line 250 and line 251 is not correct.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to