Re: [PHP] developing a plug-in framework

2004-01-06 Thread Justin French
As a follow-up to my own post, I found the following resources good for inspiration of both implementation methods and general insight: http://gplugs.sourceforge.net/pluginman/ http://nucleuscms.org/documentation/devdocs/plugins.html I've already written about 1000 words specifying my own ideas

[PHP] developing a plug-in framework

2004-01-05 Thread Justin French
Hi all, I'm struggling to find any tutorials or 'thought starters' on how I can incorporate script-level plug-ins into a PHP application. Another way, can I see some examples of how my application framework can provide an API for modular, add-on code? I understand that there would definitely

Re: [PHP] developing a plug-in framework

2004-01-05 Thread Brad Pauly
On Mon, 2004-01-05 at 17:13, Justin French wrote: Hi all, I'm struggling to find any tutorials or 'thought starters' on how I can incorporate script-level plug-ins into a PHP application. Another way, can I see some examples of how my application framework can provide an API for