Zend_Auth 和配置文件编辑
用户登录后,我对其帐户进行了一些操作。之后我想更新他在 Zend_Auth 中保存的数据。我怎样才能一次更新所有数据,而不是一一更新我知道如何做?
After logging user in I make some operations on his account. After that I want to update his data held bu Zend_Auth. How can I update all data at once, and not one by one which I know how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 Auth_Storage 读取数据,更新并保存回来。
Read the data from Auth_Storage, update it and save it back.