Example #1
0
 /**
  * Specify configuration file to use
  *
  * @param string $file Path and filename of the config file to use
  */
 static function setConfigFile($file)
 {
     self::$file = $file;
 }