I'm using Eclipse 3.6 (Helios) with PDT 2.2, and I'm getting syntax errors when trying to "use" namespaces.
Is there something I can do to fix this?
Example:
use Tables\Exceptions\Exception as Exception;
The PHP Parser recognizes "Tables" as a syntax error on this line and others like it.