Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个仪表板,我的所有用户在登录后都被重定向到该仪表板。现在,我如何为不同的人显示不同的数据?
例如,我想显示一个附加对象,它是用户 John 的圆角矩形。我不希望为用户 Chris 显示圆角矩形。
我怎么做?如果可能的话,你能给我一个带有任何链接的简要概述吗?
谢谢你。
我认为您正在寻找ACL 管理。
有很多 php 脚本。
我使用Zend_Acl。