Skip to content

Instantly share code, notes, and snippets.

@yupe
Created September 14, 2011 13:14
Show Gist options
  • Save yupe/1216511 to your computer and use it in GitHub Desktop.
Save yupe/1216511 to your computer and use it in GitHub Desktop.
До
$comment->setAttributes(array(
'userId' => Yii::app()->user->getId(),
'name' => Yii::app()->user->getState('nickName'),
'email' => Yii::app()->user->getState('email'),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment