News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Moving singleton and factory patterns to Abstract with php 5.3
January 27, 2010 @ 13:55:12

Gonzalo Ayuso came across a situation where he needed to create a factory method inside of multiple classes but didn't want to have to create them each time. With class inheritance there had to be another way.

I have built a backend library. I have a tree of classes and i want to use singleton and factory patterns to my class set. Easy isn't it? [...] Now imagine you have a lot of classes. You must create over and over the factory function in every classes.

An abstract class is a perfect fit for this sort of thing, but there's not a good way to return the correct kind of object back from the factory method. That is, until you do some magic with a PHP installation version 5.3 and higher. With the get_called_class function, you can easily figure out where the request came from and return a correct object instance with one line.

0 comments voice your opinion now!
abstract singleton factory pattern tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: PHP Scripts for Interacting with Networks

Chance Garcia's Blog: MAMP PRO, PECL, SSH2, and OSX CLI (AKA acronym madness)

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

MaltBlue.com: Why Zend Framework Plugins Save You Time

Stefan Koopmanshcap's Blog: Installing the Geoip PECL package for Zend Server on OSX


Community Events









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


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

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