Possible Duplicates:
What does “=>” mean in PHP?
Reference - What does this symbol mean in PHP?
Check this:
var $hasAndBelongsToMany => array('Member' => 'User');
What does the sign =>
mean? the second one I know, but what is the first =>
?
I saw it in the cakePhp manual.
Link add: http://book.cakephp.org/view/1039/Associations-Linking-Models-Together#