Skip to content

Instantly share code, notes, and snippets.

@danjesus
Created August 10, 2011 20:12
Show Gist options
  • Save danjesus/1138083 to your computer and use it in GitHub Desktop.
Save danjesus/1138083 to your computer and use it in GitHub Desktop.
Quick Connection Solve Problem Diesel Framework
public static function QuickConnect($server) {
return LDB::Connect($server['hostname'], $server['username'], $server['password'], $server['database'], $server['port'], $server['table_prefix'], $server['auto_switch'], $server['persistent'], $server['driver']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment