The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Universal Constructor Sighting “In The Wild”

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paul M Jones

Posts: 534
Nickname: pmjones
Registered: Sep, 2004

Paul M Jones is a web developer, author, and speaker.
Universal Constructor Sighting “In The Wild” Posted: Jul 9, 2010 7:17 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Paul M Jones.
Original Post: Universal Constructor Sighting “In The Wild”
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Paul M Jones
Latest Posts From Paul M. Jones

Advertisement
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. One [...]

Read: Universal Constructor Sighting “In The Wild”

Topic: MySQL with skip-networking, binding a socket to TCP Previous Topic   Next Topic Topic: twilioKit php starter kit

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use