jesse_klaver

database.php

May 29th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.     require_once './database.php';
  3.     class masterManagers {
  4.         public $con;
  5.         function __construct(){
  6.             global $con;
  7.             $this->con = $con;
  8.         }
  9.     }
  10. ?>
Add Comment
Please, Sign In to add comment