Re: [PHP-DEV] nested namespace
[email protected] (Greg Beaver) Fri, 07 Mar 2003 12:06:56 -0500
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
Derick Rethans wrote:
> 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
>
OK, makes sense. Adding this sentence would clear up a great deal of
confusion.
Regards,
Greg