The following tips on object-oriented PHP programming are excerpted from the newly released second edition of PHP and MySQL Web Development, copyright 2003 Sams ...
An initializer that makes complex class initialization possible. A class block initializer consists of the static keyword, an open brace character, initialization code, and a close brace character.