I am a yiibie, and i am stuck at a point. I have three roles in my project. 1.Admin. 2.Owner 3. Authenticated User. I have a header and a footer widget.In header widget which is the top section has a signup and login link. i want to show my user name and a logout link after his successful login. I do not want to make another widget. i Know the logic, we can use if else. If a user has been logged in, show his name and logout link at the top section(header widget). else if he is a normal user or not logged in show him, signup and login link. Thats it.But how to write code..is the thing i dont know. Plus i am using yii rights and yii user extension too.
相关问题
- Yii - Eliminate default controller ID for a module
- how to pass arraylist of objects to populate each
- Is it possible to use HTTPS only for login in Spri
- HTTP request over IPv6
- how to change csrf field id from YII_CSRF_TOKEN to
相关文章
Read the documentation please.
This will be helpful:
http://www.yiiframework.com/doc/api/1.1/CWebUser#isGuest-detail
Here example: http://pastebin.com/r0XpkPNZ
Is easy after login you can see the username otherwise you see nothings