News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

IBM developerWorks: Five common PHP design patterns

DevShed: Returning Strings from Views with Code Igniter

DevShed: Performing Full-text and Boolean Searches with MySQL

AnyExample.com: PHP AJAX example: asynchronous file upload

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5


Community Events









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


wordpress conference framework performance developer opinion podcast doctrine release symfony extension sqlserver windows drupal feature codeigniter zendframework job facebook microsoft

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