unread
Hello,
I'm currently fooling around with the new namespaces feature. Is
there any (semi) official documentation when to use "use" or "import".
use Foo;
Warning: The use statement with non-compound name 'Foo' has no effect
in. Is there any additional information.
cheers
*.sebastian
unread
On Fri, Mar 21, 2008 at 5:36 PM, Sebastian Deutsch
sebastian.deutsch@9elements.com wrote:
Hello,
I'm currently fooling around with the new namespaces feature. Is
there any (semi) official documentation when to use "use" or "import".use Foo;
Warning: The use statement with non-compound name 'Foo' has no effect
in. Is there any additional information.
The documentations would be a good place to start:
http://docs.php.net/namespaces
-Hannes