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!API 代码?
这是在开发机器上完成的,而不是在生产网站上!
检查弃用代码的最基本方法是启用系统调试插件并启用选项“记录弃用的 API”。
在 logs/deprecated.php 之后,您将找到这些条目。
现在,将记录大量已弃用的代码,您需要在代码中识别它们。
一个补充选项是使用像 Eclipse + PDT 这样的 IDE,您可以在编码时获取此信息: