Skip to content

Instantly share code, notes, and snippets.

@COil
Created January 28, 2012 13:12
Show Gist options
  • Save COil/1694262 to your computer and use it in GitHub Desktop.
Save COil/1694262 to your computer and use it in GitHub Desktop.
Load fixtures with Symfony2, snippet 02
# /src/YourNameSpace/YourBundle/Datafixtures/fixtures/categories.yml
Category:
design:
name: Design
programming:
name: Programming
manager:
name: Manager
administrator:
name: Administrator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment