Re: [PHP] Dynamically Loading Plugins

2005-10-22 Thread Richard Lynch
On Sat, October 22, 2005 5:56 pm, Todd Nine wrote: > I have need to dynamically load some classes. I have created an > abstract class that defines a function. Note that I'm using PHP 4 so > abstract is not enforced. 3rd party plugins will then implement this > interface. Users will upload their plu

[PHP] Dynamically Loading Plugins

2005-10-22 Thread Todd Nine
Hi all. I have need to dynamically load some classes. I have created an abstract class that defines a function. Note that I'm using PHP 4 so abstract is not enforced. 3rd party plugins will then implement this interface. Users will upload their plugins via a web interface. After I save the php clas