Given the class Foo with an old-style constructor
class Foo { public function Foo() { //does constructing stuff } }
Is
As of PHP 5.3.3 the old style ctor will not work when you are using namespaces.
See http://www.php.net/archive/2010.php#id2010-07-22-2