thorpedosg

RfyTBjjh

Aug 6th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class MySQLDatabase {
  2.  
  3. private $connection;
  4. private $escape_data;
  5. ......................................
  6.  
  7. $database = new MySQLDatabase();
  8. $db =& $database;
Add Comment
Please, Sign In to add comment