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/MySQL 模板?我已经有审计跟踪,但它只获取登录/注销的时间。不是他/她登录时所做的更改或活动。
最好的 php 日志框架是log4php,因为它来自 Apache 本身。log4php 可以灵活选择日志存储(mysaql、文本文件或电子邮件)
然而,用户活动跟踪的基本思想是这样的: