Hi David,

This is interesting work. While the scope of your Plugger is pretty high-level, I think you might be able to leverage a component already in Zend Framework to handle what you call "areas" and loading.

http://framework.zend.com/manual/en/zend.loader.pluginloader.html

While Zend_Loader_PluginLoader has a very finite scope, you might be able to make use of it in the low-level area of loading, and your component could concentrate on plugin management, plugin construction, plugin dependency, and mvc intgegration that would be needed by a full-fledged plugin system.

All in all, good stuff!

-ralph

David Toniolo wrote:
Links changed:

http://php.online-skripte.de/Mtwd_Zend_PluggerPlugin/api/ Doku + API http://sources.online-skripte.de/Mtwd_Zend_PluggerPlugin.phps Source

Now it is a full useable version supports giving arguments to plugin
classes, searching in many directories for class files, etc.

Hope you like it.

Bye,
David


Reply via email to