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 模块,我在其中添加了一个 sql 类型参数字段并从数据库中获取数据。所以数据库表的数据逐渐更新和添加,但模块中的列表中的数据没有更新。
请帮助如何在不重新安装模块的情况下更新列表。
提前致谢
看起来像缓存问题,请尝试清除缓存或管理缓存。这能解决问题吗?
Joomla 默认在所有扩展上启用缓存,因此您必须根据需要在模块配置或代码中显式禁用它。