ning的数据库结构是怎样的?
我只是想知道 NING 的数据库结构会是什么样的。
是否会为其中创建的每个站点创建单独的表?
或者它是否会为不同的模块使用相同的表,并且每个表中都有一个网站 id 列?
我是否需要搜索这种数据库结构?和参考阅读?
I was just wondering how woudl the database structure of NING would be.
would it be creating seperate tables for each of the site created in it?
or would it be using same table for different modules with a website id column in each table?
if i would need to search about this kind of database stucture? and reference to read about?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://raya.codeplex.com/ 是一个开源开放社交容器。 Ning 基本上是相同的东西,但在根数据表中附加了一个网站 id 列。查看来自 Raya 项目的 SQL。
http://raya.codeplex.com/ is an open source Open Social container. Ning is basically the same thing, but with a website id column attached to the root data tables. Look at the SQL from the Raya project.