Guest User

Untitled

a guest
Dec 10th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. public static function getInstance(){
  3.  
  4. if (!self::$dbInstance){
  5.  
  6. self::$dbInstance = new db();
  7. }
  8.  
  9. return self:$dbInstance;
  10.  
  11. }
Add Comment
Please, Sign In to add comment