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

NETTUTS.com: Creating a File Hosting Site with CodeIgniter

EngineYard.com: Cloud Out Loud - Future of PHP (ZF2 & CakePHP)

php|architect: Using Zend framework Components In CakePHP

PRADO Watch Blog: PRADO Watch: Interview With Timani Tunduwani - Why I Moved From CakePHP to PRADO

Srdjan Vranac's Blog: Custom Repository with DIC in Symfony2


Community Events











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


framework unittest conference tool phpunit application example community functional language opinion interview podcast introduction code development series release zendframework2 testing

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