Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Database

Luke Ward edited this page May 22, 2013 · 11 revisions

Structure

Database structure

Notification types:

  1. Friend request received
  2. Friend request accepted
  3. Medal received
  4. Forum reply
  5. Forum mention
  6. Comment reply
  7. Comment mention
  8. Article accepted

Feed types:

  1. Level completed
  2. Friendship formed
  3. Medal received
  4. Forum thread created
  5. Forum post
  6. Forum karma given
  7. Comment
  8. Article accepted
  9. Profile image

PHP

PDO

A nice introduction can be found - http://www.phpro.org/tutorials/Introduction-to-PHP-PDO.html

Clone this wiki locally