News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Living Apart Together Decoupling Code and Framework
November 29, 2012 @ 09:32:21

On PHPMaster.com today there's a new post (by Remi Woler) that looks at abstraction and keeping functionality out of the framework and more decoupled in case the need for switching environments/frameworks comes up.

Of course you develop using the latest technologies and frameworks. You've written 2.5 frameworks yourself, your code is PSR-2 compliant, fully unit-tested, has an accompanying PHPMD and PHPCS config, and may even ship with proper documentation (really, that exists!). When a new version of your favorite framework is released, you've already used it in your own toy project and submitted a couple of bug reports, maybe even accompanied with a unit test to prove the bug and a patch that fixes it. If that describes you, or at least the developer you want to be: reconsider the relationship your code has with the framework.

He talks some about the dependencies most code written today has on the frameworks it lives in and how a good project design can make it easier to decouple this relationship. He suggests using things like wrapper classes (think "services") to abstract out the functionality to custom components. It's these components that handle the work, just reporting back the results to the controller/model that called them.

0 comments voice your opinion now!
decouple code framework tutorial module wrapper


blog comments powered by Disqus

Similar Posts

DevShed: Application Framework Components: Login/Logout

SitePoint.com: The CakePHP Framework: Your First Bite

Melvin Rivera's Blog: Creating a custom WordPress database error page

DevShed: Finding Paths, Timestamps and More with the DirectoryIterator Class in PHP

DevShed: The Call Magic Function in PHP 5


Community Events











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


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

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