Guest User

Database

a guest
Nov 21st, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2.  
  3. include_once '../config/config.php';
  4.  
  5. class Database
  6. {
  7. public $hostname = $configuration['database']['hostname'];
  8. public $name = $configuration['database']['name'];
  9. public $username = $configuration['database']['username'];
  10. public $password = $configuration['database']['password'];
Add Comment
Please, Sign In to add comment