Example #1
0
 /**
  * Initializes the class by registering all model classes and creating the
  * database if it doesn't exist yet
  */
 public function __construct()
 {
     spl_autoload_register('classAutoLoader');
     Database::createDB();
     $this->associator = new Associator(Database::getAllP2000(), Database::getAllNews());
 }