[pLog-svn] r6452 - in plog/trunk/class: . object

Mark Wu markplace at gmail.com
Fri May 9 14:26:52 EDT 2008


 
> > Of course our current implementaton can find the class file and 
> > include it correctly, but you never know how much time it will take.
>  	But, if it fails for the tests, it will fail for real 
> files too, right?  If the directory search method doesn't 
> really work, we shouldn't be using it.

Inlcuding the script correctly and take how much time to find the script
file is different issue.

1. 99.99% percent class scripts are works. We can include this class without
any problems. Some scripts will not work because the class name not equal
file name. (I believe I fix most of them)

2. Fot those 0.01%, even the auto load can find the scripts, it will take a
lot of  time to find this class file, because you have to go through all
directories( especially when you are in bad luck). 










More information about the pLog-svn mailing list