You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to get a users full name (not username/email etc)
I've tried using "$fullusername = Yii::$app->profile->full_name;" however Yii throws an error saying it can't find the class. Is there an easy way to pass this info through to a view?
PS: Accidentally clicked enter after I wrote my title, sorry if I sent you an empty question!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to get a users full name (not username/email etc)
I've tried using "$fullusername = Yii::$app->profile->full_name;" however Yii throws an error saying it can't find the class. Is there an easy way to pass this info through to a view?
PS: Accidentally clicked enter after I wrote my title, sorry if I sent you an empty question!
The text was updated successfully, but these errors were encountered: