Skip to content

Instantly share code, notes, and snippets.

@havvg
Created February 7, 2012 21:06
Show Gist options
  • Save havvg/1761946 to your computer and use it in GitHub Desktop.
Save havvg/1761946 to your computer and use it in GitHub Desktop.
Symfony2 PropelPDO as a Service
services:
your_service_name:
class: PropelPDO
factory_class: Propel
factory_method: getConnection
arguments:
- "connection_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment