管理具有不同角色的用户视图 cakephp
可能的重复:
当用户具有角色时,我应该如何呈现视图。蛋糕
嗨,我有用户 habtm 角色 问题是,当我登录时,我不知道如何为具有多个角色的用户分离或混合视图......
有什么帮助吗?
你会如何处理这个问题?让用户选择他想扮演的角色?或者混合观点?
不要骄傲...表达自己!
Possible Duplicate:
how should I render views when users habtm roles. cake
hi i got users habtm roles
the thing is when i login i dont know how to separate or mix the views for users that have more than one role...
any help?
how would you manage this issue? by letting the user select which role he wants to play? or mixing the views?
dont be cocky... express yourself!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以为每个级别的用户设置一个单独的目录。
使用以下命令设置视图路径
,以便您可以在一堆目录中的每个目录中创建视图文件的不同副本
You could have a seperate directory for each level of user.
Use the following command to set the view path
so then you can make a have a different copy of your view files in each of a bunch of directories