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中的另一个页面?我是 joomla 开发的新手,我需要尽快在我的网站上实施。所以请尽快给我ans。
回发第一页后,您可以在控制器函数中收集复选框的值,从那里您可以开始渲染下一个视图(页面)的过程并将这些复选框作为视图变量分配给第二页,以便在那里可以访问它们。