예제 #1
0
 /**
  * Should be called before getDBMS() function to initialize 
  * $config property.
  * 
  * @param object $config
  * @return 
  */
 public static function init($config)
 {
     self::$config = $config;
 }