Hello PEAR developers,
why don't we provide some advanced __autoload()
implementation which
would save the developers their time spent writing require
statements?
I have published a generally usable (in any PHP5
environment) component as
a part
of my own open source project and called it
UNIPS_RecursiveAutoloader.
It uses cache to save once identified class locations. I
would be glad to
contribute this logic in form of a package! So how do you
think, should I
create a PEAR package
from it?
See the article on my developer blog:
http://unip
s.sourceforge.net/devblog/?p=6
The package can be downloaded at:
http://s
ourceforge.net/project/showfiles.php?group_id=118237&pac
kage_id=184244&release_id=402921
(tests and demo with some docs included)
thanks to all who will find this idea somehow interesting
and/or useful.
best regards,
-- Peter Fiksman
--
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|