Beispiel #1
0
 /**
  * @param Object $dbObj Database connectivity and manipulation object
  * @param string $tableName Contest class table name in the database
  */
 public function Contest($dbObj = null, $tableName = 'contest')
 {
     self::$dbObj = $dbObj;
     self::$tableName = $tableName;
 }