I\'m writing a small library in PHP and i\'m having some problems with built-in classes not being read. For example:
namespace Woody; class Test { public
Add a backslash before class name, ie
$db = new \PDO(params);