Implicit Evaluation with PHP Archives: June 2006
·
15 June 2006
Differences between PHP4 and 5’s Object Model
Listen to any OOP-fanatic for more than 5-minutes talk about the difference between PHP4 and 5 and you’ll hear them carry on about the vast improvements to PHP’s object model. But what are those changes, exactly? There are only three I’ve ever heard promoted: destructors, tostring(), and objects getting passed by reference by default.
There […]

