在 Kohana 2.3 中获取自定义字段
我有一个 Kohana 2.3 应用程序。对于已登录/经过身份验证的用户,我想查找 我添加到用户表中的一个名为 radius_username 的字段。
我该怎么做?
I have a Kohana 2.3 application. For the logged in/authenticated user I would like to lookup
the a field that I have added to the users table called radius_username.
How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我这样做只是为了让它发挥作用。不过,我怀疑这是啰嗦。
我碰巧在变量 $this->username 中有当前用户名,
现在可以通过以下方式获取半径用户名:
In the end I did this just to get it working. Although, I suspect it's long winded.
I happen to have the current username in the variable $this->username
Now the radius username can be gotten with: