Skip to content

Instantly share code, notes, and snippets.

@stojg
Created October 13, 2014 01:12
Show Gist options
  • Save stojg/e550f153f5a006e0afbd to your computer and use it in GitHub Desktop.
Save stojg/e550f153f5a006e0afbd to your computer and use it in GitHub Desktop.
full-contact-di.yml
name: OrderController
---
OrderController:
dependencies:
mailerService: %$MailerService
Injector:
MailerService:
factory: MailerFactory
MailerFactory:
class: MailerFactoryImplementation
MailLogger:
properties:
database: %$MySQLDatabase
MySQLDatabase:
constructor:
0:
server: 'localhost'
username: 'root'
password: ''
database: 'test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment