Re: [PHP-DEV] nested namespace
[email protected] (Derick Rethans) Fri, 7 Mar 2003 17:25:40 +0100 (CET)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 7 Mar 2003, Greg Beaver wrote:
> namespace Package {
> const one = 1;
> namespace SubPackage {
> const one = 'one';
> }
> }
You can not nest namespaces, so this wont work.
Derick
--
Stop mad cowboy disease!
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------