예제 #1
0
 /**
  * Sets the default database used by the tag factory
  *
  * @param MDB2_Driver_Common the default database used by the tag factory.
  */
 public static function setDefaultDatabase(MDB2_Driver_Common $db)
 {
     self::$default_database = $db;
 }