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 6, 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

PHP

PDO

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

Clone this wiki locally