News Feed
Jobs Feed
Sections




News Archive
Paul Jones' Blog:
Dependency Injection in Solar
June 27, 2006 @ 06:29:50

In light of some of the current talk about dependency injection in PHP applications, Paul Jones has jumped on it and has posted on his blog about how his framework, Solar, already supports it.

Because it makes great use of dependecy injection, Solar has a standardized form of generating/retrieving dependency objects using its Solar::dependency() method.

The callilng code sends the dependency params to the target object at construction time. The target object then passes those params through Solar::dependency() to retrieve or create the dependency object.

Paul also briefly mentions that the parameters passed in can be: an object (including the dependency object itself), a string, or an array (treated internally as parameters to create a new object).

0 comments voice your opinion now!
dependency injection solar framework support dependency injection solar framework support


blog comments powered by Disqus

Similar Posts

IBuildings Blog: ATK and Caching

Artur Ejsmont's Blog: How to structure a Zend Framework application and it's dependencies

Ulrich Kautz: PHP Validation & Sanitization

Paul Jones' Blog: Solar Models vs. Zend Framework Models

Jared White's Blog: Willowgarden Highlight: Template Modes


Community Events









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


composer event community opinion api introduction testing functional unittest zendframework2 object tool interview framework code podcast development example language release

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