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.
我有一个自定义的 php 脚本,我想使用登录到 phpfox 站点的用户信息。就像在 wordpress 中我们可以通过 wp-header.php 访问登录用户的信息
所以我一直在寻找类似的东西来访问 phpfox 中的登录用户信息。是否有任何函数或函数文件,我们可以通过它们访问登录的用户信息并使用相同的会话。
用于Phpfox::getservice('user')->get(Phpfox::getUserId())获取用户的常用字段
Phpfox::getservice('user')->get(Phpfox::getUserId())