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.
我是 Joomla 2.5 的新手。
当用户关闭网站时,我想从用户定义的表中删除一行。我不知道在哪里可以找到当一个人退出 Joomla Web 应用程序时执行的代码。
在 asp.net 中,这很容易,因为您需要扩展OnApplicationExit()事件处理程序。我在 Joomla 2.5 中找不到类似的事件。甚至可以在 joomla 2.5 中做到这一点吗?
OnApplicationExit()
或者,当用户会话超时时,我也可以从表中删除一行,但我不知道该怎么做。请提供建议。
您需要编写系统或用户插件,您要查找的事件是onUserLogout
onUserLogout
http://docs.joomla.org/Plugin/Events/User