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

Pádraic Brady's Blog: Complex Views with the Zend Framework - Pt 5: The Two-Step View Pattern

Zend Developer Zone: PHP and your domain model with Doctrine ORM

ParticleTree.com: Object Oriented Memory Concerns

Alexey Zakhlestin's Blog: Syck 0.9.2

Wojciech Sznapka's Blog: Loosening dependencies with closures in PHP


Community Events











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


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

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