Monday, February 28, 2011

Re: What is "=>" in an Array?



On Mon, Feb 28, 2011 at 10:17 AM, nicolas <xu.shenxin@gmail.com> wrote:
hi,

hi
in this code: $this->redirect(array('action'=>'index'));
I am absolutely new to cakePHP.  the "=>" really confuses me a lot. I
couldn't find it in PHP documentation.

It will be found in PHP .

Can anybody tell me what "=>" means exactly? and explain the syntax of
=>?

It is used to representing two dimesional array .  (assocaitive array).

Thanks a lot!


REgards,
Nicolas


--
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php



--
Regards

sathia
http://www.sathia27.wordpress.com

--
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: