Created
February 7, 2012 21:06
-
-
Save havvg/1761946 to your computer and use it in GitHub Desktop.
Symfony2 PropelPDO as a Service
This file contains hidden or 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
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