Module system topic

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
doggy
Forum Commoner
Posts: 80
Joined: Tue Dec 09, 2003 5:01 am
Location: South Africa

Module system topic

Post by doggy »

I am looking at ways to write my own module system ... any one know some good ways , please do post
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post 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.
User avatar
doggy
Forum Commoner
Posts: 80
Joined: Tue Dec 09, 2003 5:01 am
Location: South Africa

Post 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...
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Maybe you find some answers and resources at http://www.devnetwork.net/forums/viewtopic.php?t=8526
User avatar
doggy
Forum Commoner
Posts: 80
Joined: Tue Dec 09, 2003 5:01 am
Location: South Africa

Post by doggy »

thank you ... i think i must download the php manual as well ,,, thanks dude
Post Reply