|
Posted by RageARC on 09/27/07 21:04
Somewhat. Apparently, what you mean is that the way I'm doing Libri
(My Database Handler for ALL database servers supported by PHP and
some more) wouldn't profit from namespaces, but here's another
example:
X is a package that has a class called DB.
Y is a package that has a class called DB.
I want to use both packages in my code. There will be a collision. I
can then use:
X:: ...
Y:: ...
And safely execute both packages without seeing problems happening.
Navigation:
[Reply to this message]
|