News Feed
Jobs Feed
Sections




News Archive
Paul Jones' Blog:
Universal Constructor Sighting "In The Wild"
July 12, 2010 @ 09:56:22

In a new post to his blog Paul Jones talks about spotting something "in the wild" that he's a proponent of - a "universal constructor".

For those of you who don't know, "universal constructor" is the name I give to PHP constructors that always and only take a single parameter. The parameter is an array of key-value pairs, which is then merged with a set of default keys and values. Finally, the array is unmarshalled, usually into object properties.

He talks about the benefits of using a constructor like this in your applications and how he's implemented it as a standard part of the Solar framework. Oh, and the sighting in the wild? It was in this MongoDB session handler.

Be sure to check out the comments for some other great opinions on this "universal constructor" idea, both for and against.

0 comments voice your opinion now!
constructor universal opinion solarphp framework


blog comments powered by Disqus

Similar Posts

Community News: Zend Releases Zend Framework Preview Release

PHP Magazine: PHP Frameworks Trends

DZone.com: Debate - How to Interface the PHP World

Zend Developer Zone: PHP Abstract Podcast Episode 8: CodeIgnighter Overview

TechZinger Blog: Fat-Free Framework for PHP


Community Events









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


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

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