Initial commit

This commit is contained in:
Antoine Hérault
2011-05-08 23:04:37 +02:00
commit ae7440f4d7
22 changed files with 1019 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
knplabs_gaufrette:
adapters:
foo:
local:
directory: %kernel.root_dir%
create: true
filesystems:
foo:
adapter: foo
alias: foo_filesystem

View File

@@ -0,0 +1,2 @@
imports:
- { resource: config.yml }

View File

@@ -0,0 +1,7 @@
imports:
- { resource: config.yml }
knplabs_gaufrette:
adapters:
foo:
in_memory: ~