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

NetTuts.com: Create your First Tiny MVC Boilerplate with PHP

Richard Thomas' Blog: Solar Framework Shorts - Basic Sql Profiling

Ian Christian's Blog: Creating a custom form field type in Symfony 2

WebReference.com: User Personalization with PHP: The Admin Section

php|architect: Using PHP5's SOAP Support


Community Events











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


composer phpunit development database api framework introduction testing example functional community language zendframework2 release podcast interview code opinion unittest series

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