Example #1
0
 public static function init()
 {
     if (!isset(self::$db_conn)) {
         self::$db_conn = new mysqli('192.168.0.13', 'ed', 'Evo3runn', 'gettotheend');
     }
 }