Fabien Potencier has posted the most recent article in his "Symfony Service Container" series, a look at using XML/YAML to describe services .
Today, with the help of service loaders and dumpers, you will learn how to use XML or YAML to describe your services.
The Symfony Dependency Injection component provides helper classes that load services using "loader objects".
By default, the component comes with two of them: sfServiceContainerLoaderFileXml to load XML files, and sfServiceContainerLoaderFileYaml to load...
Post new comment