public static function connect()
 {
     if (self::$db == null) {
         self::$db = new JPDO();
     }
 }