Liferay:社区页面保存在数据库的什么位置?
我需要找到保存社区页面的表。我找到了博客条目、书签或目录的表格,但找不到社区页面的表格?它们是否保存在数据库中,或者只是文件系统上的文件?
I need to find the table where community pages are saved. I found tables for blogentries, bookmarks or directories, but I couldn't find the table for communty pages? Are they even saved in the database, or are they just files on the filesystem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该表称为布局。
同样相关的是 LayoutSet 和 Group。
页面上的 Web 内容数据可以在 JournalArticle(以及以 Journal 开头的其他表)上找到。
The table is called Layout.
Also of relevance is LayoutSet and Group.
Web Content data on pages can be found on JournalArticle (and other tables that begin with Journal).