Hello, I mentioned the slow file_exists many weeks ago, but had no time until, to present a better way to do include files (require). So, it's nice, that Thomas has done this.
And It's really slow, if you have a class structure with many extends beneath the ezc itself. So you have the file_exists two times, once for ezc and second for external files. Maybe all file_exists should be eliminated within a "non debugging modus" Regards Christian Frederik Holljen wrote: >> Instead of changing the current ezcBase, you could add a second base.php >> file to Base which is optimized for speed and doesn't do so much >> checking. In the application I can simply switch between the two ezcBase >> classes. >> > I like this idea. I think we should do that. > > Cheers, > Frederik > -- Christian Michel Programmierung / Technik www.billiger-mietwagen.de ----------------------------- TourWerk GmbH Alter Markt 36-42 50667 Köln HRB: 56068 (Amtsgericht Köln) Geschäftsführer: Christian Mahnke Tel.: (+49) 0221 272-408-06 Fax: (+49) 0221 272-408-29 [EMAIL PROTECTED] -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
