Wednesday, March 2, 2011

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

Hi,

array("action" =>"index") Is an associative array in php, it has not more deeper
sense then, it is just an associative array in php,and ("action" =>"index" is a key => value pairs)
For more understanding about this you should go through Array topic in php official site. and it's link is
http://php.net/manual/en/language.types.array.php

Thanks
jitendra

On Tue, Mar 1, 2011 at 9:58 AM, Sathia S <sathia2704@gmail.com> wrote:


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

--
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: