Open Registry of Game Information 

  • Data model: Magazines

  • Talk about specific features of our upcoming online game database.
Talk about specific features of our upcoming online game database.

Moderators: MZ per X, gene

 #37932  by MZ per X
 10 Feb 2014, 22:11
gene wrote:Somehow I had the need to do something for the long term storage of kultpower database...
Yep, cool. :)

BTW, how did you store the pages and content within the data model of Kultpower?
 #37933  by gene
 10 Feb 2014, 22:18
MZ per X wrote:
gene wrote:Somehow I had the need to do something for the long term storage of kultpower database...
Yep, cool. :)

BTW, how did you store the pages and content within the data model of Kultpower?
Kultpower is a mixture of files in the file system (I read them from PHP scripts) and corresponding MySQL contents with "flat tables" (e.g. one for "powerplay_testberichte").
I wouldn't do it again this way :D