Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / doctrine / dbal / docs / examples / sharding / view_federation_members.php
diff --git a/vendor/doctrine/dbal/docs/examples/sharding/view_federation_members.php b/vendor/doctrine/dbal/docs/examples/sharding/view_federation_members.php
new file mode 100644 (file)
index 0000000..497e4df
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+// view_federation_members.php
+require_once "bootstrap.php";
+
+$shards = $shardManager->getShards();
+foreach ($shards as $shard) {
+    print_r($shard);
+}