Page 1 of 1
Module system topic
Posted: Wed Jan 21, 2004 3:45 am
by doggy
I am looking at ways to write my own module system ... any one know some good ways , please do post
Posted: Wed Jan 21, 2004 5:36 am
by kettle_drum
Take a look at how some things do it at the moment, and then copy all the good bits and change some things to be how you think they work best.
Then write the first module, and then encase it with the code to call the modules. This way you will define your module style and make designing new modules for the system easier as they all follow the same template.
Posted: Wed Jan 21, 2004 6:12 am
by doggy
but i don`t have a module system yet thats my problim ... i need to make some thing but i have no idea how...
Posted: Wed Jan 21, 2004 6:23 am
by patrikG
Posted: Wed Jan 21, 2004 6:29 am
by doggy
thank you ... i think i must download the php manual as well ,,, thanks dude