Guest User

Untitled

a guest
Feb 15th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2.  
  3. namespace MySolution;
  4.  
  5. /**
  6.  * Created by PhpStorm.
  7.  * User: M00SEMARKTWO
  8.  * Date: 15/02/2016
  9.  * Time: 18:32
  10.  */
  11. class Config
  12. {
  13.     const DB_USER = "root";
  14.     const DB_PASS = "sa";
  15.     const DB_HOST = "localhost";
  16.     const DB_PORT = 3306;
  17.     const DB_NAME = "sample";
  18. }
Add Comment
Please, Sign In to add comment