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 3.1 数据库中探索了所有带有前缀 contentbuilder 的表,但是表单记录(即在表单中输入的数据)不存在于任何表中。存储,视图,表单元素等其他表单细节显示在那里。
我正在测试的视图用于后端视图。所以请帮助我找出内容构建器存储在表单中输入的数据的位置。
我正在使用的表格是内容构建器表格,而不是微风。
查看数据库后,您需要查找#__contentbuilder_articles表
#__contentbuilder_articles
默认情况下,Content Builder 会为您的记录创建一个单独的表。根据您查看的名称。例如,如果您查看名称是 Invoices,请检查具有相同名称的数据库,例如 #_invoices