Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $option = array(
  2. 'driver' => 'mysqli',
  3. 'host' => 'localhost2',
  4. 'user' => 'myuser2',
  5. 'password' => 'mypassword2',
  6. 'database' => 'mydatabase2',
  7. 'prefix' => 'joomlaprefix2',
  8. );
  9.  
  10. $db = JDatabase::getInstance($options);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement