I am a complete newbie in the world of yii and doing my best to learn the framework as best as I can, while reading the book I came across :
‘params’=>array(’:projectId’=>$this->_project->id)
I want to know why do we use :projectId why not directly projectId? What does the ‘:’ stand for?
I am sorry if this question sounds stupid. Any answer would be highly appreciated.
Regards.