News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Subtype Polymorphism - Swapping Implementation at Runtime
September 17, 2012 @ 12:48:52

On PHPMaster.com there's a new tutorial from Alejandro Gervasio about subtype polymorphism. It sounds a little scary, but really it's just a look at sub-objects that inherit from parents and how to swap them around at runtime to do different things.

In this article I'll show you how to exploit the virtues that Polymorphism offers through the development of a pluggable cache component. The core functionality can be expanded later to suit your needs through the development of additional cache drivers.

He starts off with the definition of an interface to provide structure to the sample application (the CacheInterface) and implements it in two different subtypes - a FileCache and an AppCache (using the file system and APC, respectively). He builds on these and creates a "View" that uses these caching systems to generate and save the output to a cache for use later in the execution.

0 comments voice your opinion now!
subtype polymorphism tutorial interface abstract caching


blog comments powered by Disqus

Similar Posts

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 6)

DevShed: Positioning Strings with the show_xy() Method in PDF Documents with PHP 5

Brian Swan's Blog: Using the Zend Framework and the PDO_SQLSRV Driver

PHP-Tools Blog: Der Zauberlehrling - Sorcerer's Apprentice

PHPBuilder.com: Create a Dynamic Username Validator with PHP, MySQL and jQuery


Community Events











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


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

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