Skip to content

Instantly share code, notes, and snippets.

@Motoma
Created March 9, 2011 14:31
Show Gist options
  • Save Motoma/862268 to your computer and use it in GitHub Desktop.
Save Motoma/862268 to your computer and use it in GitHub Desktop.
class Database
{
var $database_name;
var $database_user;
var $database_pass;
var $database_host;
var $database_link;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment