Merge branch 'master' of github.com:Rohea/KnpGaufretteBundle
This commit is contained in:
commit
00fb438e13
|
@ -221,7 +221,7 @@ knp_gaufrette:
|
||||||
|
|
||||||
## GridFS (gridfs)
|
## GridFS (gridfs)
|
||||||
|
|
||||||
Allows you to use a gridfs as an adapter.
|
Adapter that allows you to use a MongoDB GridFS for storing files.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
|
@ -260,9 +260,11 @@ services:
|
||||||
arguments: [@acme_test.mongodb, %acme_test.gridfs.prefix%]
|
arguments: [@acme_test.mongodb, %acme_test.gridfs.prefix%]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that it is possible to prepare MongoGridFS service anyway you like. This is just one way to do it.
|
||||||
|
|
||||||
## MogileFS (mogilefs)
|
## MogileFS (mogilefs)
|
||||||
|
|
||||||
Allows you to use a mogilefs as an adapter.
|
Adapter that allows you to use MogileFS for storing files.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user