Re: [fw-general] PluginLoader::load() invoking autoload?

2008-01-22 Thread Matthew Weier O'Phinney
-- Nathan <[EMAIL PROTECTED]> wrote (on Monday, 21 January 2008, 01:24 PM -0800): > Hello all, > > While profiling my application I discovered that the pluginloader invokes > autoload when it calls class_exists() in the load method. Was this > intentional? > > > It could lead to some unexpecte

[fw-general] PluginLoader::load() invoking autoload?

2008-01-21 Thread Nathan
Hello all, While profiling my application I discovered that the pluginloader invokes autoload when it calls class_exists() in the load method. Was this intentional? It could lead to some unexpected behaviour, by loading an ambiguously named class from the wrong location, and it means that