Skip to content

Instantly share code, notes, and snippets.

@Tim-Machine
Created September 16, 2013 19:31
Show Gist options
  • Select an option

  • Save Tim-Machine/6585372 to your computer and use it in GitHub Desktop.

Select an option

Save Tim-Machine/6585372 to your computer and use it in GitHub Desktop.
$CI =& get_instance();
$CI->load->database();
$host = $CI->db->hostname;
$pass = $CI->db->password;
$user = $CI->db->username;
$db = $CI->db->database;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment