Re: [PHP-DEV] PHP5 namespace question

2003-06-13 Thread Daniel T. Gorski
On 13 Jun 15:29, walt boring wrote: > I was curious if it is possible to have an include work inside of a > namespace for php5 PHP5 does not provide namespaces (anymore). regards dtg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP5 namespace question

2003-06-13 Thread walt boring
Howdy, I was curious if it is possible to have an include work inside of a namespace for php5, and have classes/functions/defines that are declared in the included file become part of the namespace? This is usefull for large library projects, where it would be combersome for obvious reasons to