Created
January 28, 2012 13:27
-
-
Save COil/1694298 to your computer and use it in GitHub Desktop.
Load fixtures with Symfony2, snippet 04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /src/YourNameSpace/YourBundle/Datafixtures/fixtures/jobs.yml | |
Job: | |
job_sensio_labs: | |
Category: programming | |
type: full-time | |
company: Sensio Labs | |
logo: sensio-labs.gif | |
url: http://www.sensiolabs.com/ | |
position: Web Developer | |
location: Paris, France | |
description: | | |
You've already developed websites with symfony and you want to work | |
with Open-Source technologies. You have a minimum of 3 years | |
experience in web development with PHP or Java and you wish to | |
participate to development of Web 2.0 sites using the best | |
frameworks available. | |
how_to_apply: | | |
Send your resume to fabien.potencier [at] sensio.com | |
is_public: true | |
is_activated: true | |
token: job_sensio_labs | |
email: [email protected] | |
job_extreme_sensio: | |
Category: design | |
type: part-time | |
company: Extreme Sensio | |
logo: extreme-sensio.gif | |
url: http://www.extreme-sensio.com/ | |
position: Web Designer | |
location: Paris, France | |
description: | | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do | |
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut | |
enim ad minim veniam, quis nostrud exercitation ullamco laboris | |
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor | |
in reprehenderit in. | |
Voluptate velit esse cillum dolore eu fugiat nulla pariatur. | |
Excepteur sint occaecat cupidatat non proident, sunt in culpa | |
qui officia deserunt mollit anim id est laborum. | |
how_to_apply: | | |
Send your resume to fabien.potencier [at] sensio.com | |
is_public: true | |
is_activated: true | |
token: job_extreme_sensio | |
email: [email protected] | |
expired_job: | |
Category: programming | |
company: expired | |
position: expired | |
location: expired | |
description: expired | |
how_to_apply: expired | |
is_public: false | |
is_activated: false | |
expires_at: '2005-12-31 00:00:00' | |
token: job_expired | |
email: [email protected] | |
job_add: | |
Category: programming | |
type: full-time | |
company: company %d | |
logo: sensio-labs.gif | |
url: http://www.sensiolabs.com/ | |
position: Web Developer | |
location: Paris, France | |
description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. | |
how_to_apply: | | |
Send your resume to lorem.ipsum [at] company_%d.sit | |
is_public: true | |
is_activated: true | |
token: job_%d | |
email: [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment