To develop the community software ...

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
avmohankumar
Forum Newbie
Posts: 14
Joined: Fri Jun 08, 2007 7:20 am

To develop the community software ...

Post by avmohankumar »

Dear Friends,

I would like to develop the community software, which may have forum, chat, video chat facilities. to develop this community software, what are all the modules should I have to design. so please direction me to develop.

Thanking you,
Regards,
maza.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: To develop the community software ...

Post by onion2k »

At a minimum I imagine you'll need modules for:

Constants management
Database connection/queries
Template management/display
Asset management
User management
Log handling
Error handling
Mail sending
Security

Once you've designed that then you should be able to start writing some front-end modules like the forum, chat, and video bits you mention.
Post Reply