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 扩展/组件;
如果查询结果为“1”,则显示用户可以提交的表单,结果返回后端;并且用户重定向到 XYZ 页面
如果查询结果为“0”,用户直接跳转到XYZ页面
我试过 Fabrik 组件,不幸的是“表单”中没有前置条件
提前致谢!
如果我理解你的问题,你不知道 MVC 设计模式。如果我简单地说
模型 -> 数据库访问
控制器 -> 协调
查看 -> 数据表示
您将不得不阅读有关上述主题的更多信息。另请阅读有关如何在 Joomla 中创建自定义组件的信息。
开发 MVC 组件/开发基本组件