There might be problem if the class name doesn't match the filename (like mdb2.php )

I'd like to go a little further on that topic and ask if anybody sees a problem if an optional app registers its own classloader on the spl stack ? (given it is appended and not prepended of course)

Systho.

Le 13/05/2011 15:06, Laurent Opprecht a écrit :
I was in the process of adding mapping to the autoloader class and started wondering.
Would anybody have an issue if :

    create a static map between class name and relative path for all
    mappings (per autoloader)
    create a script that extract the class names from the files and
    automatically create the map.
    run the script and copy the map into the autoloader


?

This should be faster
This would make the process of referencing classes semi-automatic
The process could be extended so that we could synch all autoloaders by running a command.

--
____________________________________
Meilleures salutations

Laurent Opprecht

chat: laurent.oppre...@gmail.com
blog: http://ciel.unige.ch/


_______________________________________________
Dev mailing list
Dev@lists.chamilo.org
http://lists.chamilo.org/listinfo/dev
_______________________________________________
Dev mailing list
Dev@lists.chamilo.org
http://lists.chamilo.org/listinfo/dev

Reply via email to