Namespaces

Posted on March 10th, 2009 by Sam

Namespace has been used in programming languages for quite a few years. Java uses them extensively, and many people have complained about the lack of namespace in PHP. Namespace was initially slated for PHP 5.0, but due to difficulties with its implementation, integration into the code base was postponed to version 5.3. With the release [...]

Object Oriented PHP Memory Concerns

Posted on September 18th, 2008 by Sam

On September 17th, 2008, Ryan Campbell wrote: It’s hard to imagine pushing the limits of object oriented PHP so far that your web servers choke, but the truth is those limits are reached faster than you think. We’ve run some tests over at Wufoo and it turns out that any sort of mass object creation [...]