Example #1
0
 /**
  * Set database to use
  *
  * Set the name of database to use. You do not need to provide this as a
  * path, but only its name.
  * 
  * @param string $database 
  * @return void
  */
 public static function setDatabase($database)
 {
     self::$database = '/' . $database . '/';
 }