Skip to content

Instantly share code, notes, and snippets.

@Motoma
Created March 9, 2011 14:32
Show Gist options
  • Save Motoma/862270 to your computer and use it in GitHub Desktop.
Save Motoma/862270 to your computer and use it in GitHub Desktop.
function Database()
{
$this->database_user = "motoma";
$this->database_pass = "bI1dU5";
$this->database_host = "localhost";
$this->database_name = "dalDatabase";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment