2011/6/27 guilhermebla...@gmail.com <guilhermebla...@gmail.com>:
> Hannes,
>
> There's a RFC covering this. There's a patch also.
>
> https://wiki.php.net/rfc/splclassloader

I do have a few remarks:
1. That is not a *class* loader, that is a loader (also for
interfaces), hence my suggestion s/SplClassLoader/SplLoader/
2. PSR-0 is great and it has the merit to exists, however PHP should
remain a bit more independent on a standard perspective. My suggestion
is to name that class accordingly: SplPsr0Loader ?
3. Optionally, an abstract class or interface might be realized on top
of the SplPsr0Loader and would share common points of different
autoloading strategies. To achieve that we should take different
strategies in mind and see what are the common points.

Regards,
Patrick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to