7 May
2008
7 May
'08
9:24 p.m.
On Wed, 7 May 2008 15:29:49 -0300, "Henrique Recidive" <recidive@gmail.com> wrote:
http://news.php.net/php.internals/36484
Also, since PHP 5.3 has namespaces feature, I wonder if this could help us improve registry, it will be possible to autoload namespaced functions.
Henrique
I don't believe there is an autoloader for namespaced functions, just namespaced classes. The namespace implementation will actually make it harder to have hybrid OOP/procedural systems, I believe, because you can't differentiate between a namespaced function and a static method. I could be wrong, but that's the status of the namespace implementation the last I heard. (That said, I'm excited about it too, in about 2 years.) --Larry Garfield