Skip to content

Instantly share code, notes, and snippets.

@smottt
Created February 16, 2011 19:53
Show Gist options
  • Save smottt/830044 to your computer and use it in GitHub Desktop.
Save smottt/830044 to your computer and use it in GitHub Desktop.
<?php
$connectionParams = array(
"dbname" => "CHANGEME",
"user" => "CHANGEME",
"password" => "CHANGEME",
"host" => "localhost",
"driver" => "pdo_mysql"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment