Beispiel #1
0
 public static function getInstance($type = '')
 {
     if (empty(self::$instance)) {
         self::$instance = parent::db_factory(_DBUSER, _DBPASS, _DBUSE, _DBSERVER, _DBPORT, $type);
     }
     return self::$instance;
 }