Exemplo n.º 1
0
 /**
  *This method set the database settings of this application
  *
  *@param array The array with database settings
  *@return void
  *@throws This method does not throw an error
  */
 public static function setSettings($database)
 {
     //set the database settings
     return self::$settings = $database;
 }