News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
Symfony Service Container The Need for Speed
April 03, 2009 @ 12:03:24

Fabien Potencier has posted another article about dependency injection and the Symfony service container. In this part of the series he looks at the "need for speed" - reducing the need for the XML/YAML parsing of the same information on every request via a new tool, the PHP dumper.

With the introduction of the XML and YAML configuration files, you might have became a bit sceptic about the performance of the container itself. Even if services are lazy loading, reading a bunch of XML or YAML files on each request and creating objects by using introspection is probably not very efficient in PHP. [...] How can you have the best of both world? That's quite simply. The Symfony Dependency Injection component provides yet another built-in dumper: a PHP dumper.

The dumper lets you convert the service container into regular PHP code (expanding the container's functionality out into a Container class based on the XML/YAML configuration.

1 comment voice your opinion now!
symfony need speed yaml xml service container dumper expand


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso: Scaling Silex applications (part II). Using RouteCollection

Francois Zeninotto's Blog: Comparing Propel, Doctrine and sfPropelFinder

Lorna Mitchell's Blog: Fetching Namespaced XML Elements With SimpleXML

Zend Developer Zone: Five tips for speeding up Eclipse PDT and Zend Studio

PHPBuilder.com: Using XML - A PHP Developer\'s Primer


Community Events











Don't see your event here?
Let us know!


series framework community composer functional conference code tool database opinion development zendframework2 interview introduction example testing object podcast language release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework