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

Knut Urdalen's Blog: Seamless AJAX with PRADO

Wojciech Sznapka's Blog: Always use most latest versions for benchmarks

TechZinger Blog: Fat-Free Framework for PHP

Utah PHP Users Group: Model-view-controller frameworks

Marco Tabini's Blog: The easiest way to add unit test to your application


Community Events











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


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

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