News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Static Factories vs Public Constructors
July 18, 2008 @ 12:58:31

On the PHP::Impact blog Federico Cargnelutti has posted a comparison of using static factory methods to create an instance of a class versus making an object, calling the constructor.

Normally, creating an instance of a class is done by calling new, which calls the constructor. Static factory provides a static method that returns an instance of the class. So, you are using static factory instead of the constructor. Providing a static factory method instead of a public constructor has both advantages and disadvantages.

He includes some of the advantages of the factory method and others for the normal call to create an object. He also mentions some comments made by Dagfinn Reiersol in a blog post about public constructors.

0 comments voice your opinion now!
static factory designpattern constructor object instance


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP in Action - Chapter 7, Design Patterns. Part - II

Hasin Hayder's Blog: Facebook data storage api can really be the replacement of memcache

Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features

Matthew Weier O'Phinney's Blog: A Simple PHP Publish-Subscribe System

Giorgio Sironi's Blog: Practical PHP Patterns


Community Events











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


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

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