Beispiel #1
0
 private static function serviceClient()
 {
     if (!self::$_client) {
         self::$_client = Basemongo::MongoClient(self::getConn());
     }
 }