Guest User

Untitled

a guest
Jan 5th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. else {
  2. $host = $this->getProp("DATABASE", "host", "localhost");
  3. $dbname = $this->getProp("DATABASE", "dbname", "magento");
  4. $user = $this->getProp("DATABASE", "user",'root');
  5. $pass = $this->getProp("DATABASE", "password",'root');
  6. $port = $this->getProp("DATABASE", "port", "3306");
  7. }
Add Comment
Please, Sign In to add comment