News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Inversion of Control - The Hollywood Principle
December 10, 2012 @ 09:43:50

In this new tutorial on PHPMaster.com, Alejandro Gervasio looks at the Inversion of Control methodology and how it's more than just an abstract reference to dependency injection.

Traditionally, application components have been designed to operate on and control the execution environment, an approach that delivers well to some extent. [...] Instead of making the module completely responsible for logging data to multiple endpoints, we can transfer the responsibility straight to the external environment. [...] Not surprisingly, the process of inverting these responsibilities between components and the environment is formally known as Inversion of Control (or in a more relaxed jargon, The Hollywood Principle), and its implementation can be a real boost when it comes to developing extensible, highly-decoupled program modules.

He uses a set of domain objects (Posts and Comments in a typical blog structure) and the Observer pattern to show how mixed up things might get if the application isn't carefully coded. He takes this and updates it to include a "comment notification service" that implements the SplObserver and is attached to the post to be executed on an event (in this case, the setting of a new comment).

0 comments voice your opinion now!
inversionofcontrol hollywood principle introduction listener observer tutorial


blog comments powered by Disqus

Similar Posts

WebReference.com: XML and PHP Simplified

Pathfinder Blog: PHP Spam Injection First Aid with Apache ModSecurity

PHPMaster.com: Creating Web Services with PHP and SOAP, Part 1

Kevin Schroeder's Blog: Subnet validation with Zend Framework

Zend Developer Zone: Action Helpers in Zend Framework


Community Events











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


conference zendframework2 database framework podcast rest opinion development series example functional community language introduction phpunit testing interview release usergroup symfony2

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