Re: [PHP] question about making modules

2007-09-01 Thread Robert Degen
Maybe you should deal with some things like * Plugin-Architecture * Extension Points * States !? A look at wikipedia might give most information you need. Regards rob On Sa, Sep 01, 2007 at 11:23:31 +0200, Mark wrote: > Hey, > > i've been trying alot to make php modules (php based.. not r

[PHP] question about making modules

2007-09-01 Thread Mark
Hey, i've been trying alot to make php modules (php based.. not real modules for php in c) but i can't get it working. Here is a sample file: "; } } class test_moduletest extends moduletest { function text() { return "test_moduletest"; }