Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. public function actionIndex()
  2.     {
  3.             $model=UserProfile::model()->findByAttributes(array('user_id' => Yii::app()->user->getId()));
  4.             $this->render('index', array('model'=>$model));
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement