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.
在 zend 框架中,在模块中,如果 XYZ 人在一个模块中执行某些操作,我有不同的模块,我们如何在不反映它的情况下反映另一个人的更改。例如:-如果 XYZ 人删除任何记录,它应该反映在其他人模块中无需刷新。
您需要使用 AJAX 并每隔几秒左右检查一次更改。
您可以尝试这篇文章作为开始。