Making a module based social networking cms

Posted by Manan on Stack Overflow See other posts from Stack Overflow or by Manan
Published on 2010-05-29T12:10:15Z Indexed on 2010/05/29 12:12 UTC
Read the original article Hit count: 410

Filed under:
|
|
|
|

What does it take to create a social networking cms like phpfox or socialengine .

I am interested in using php / mysql .

However , I want it to be modular , like above examples . Like I can enable disable videos from backend .

Most important , it should have ability to allow others to extend it , like facebook applications .

Should I follow a framework [ cakephp or something ]?

Should I use some pattern [ factory or singleton ] ?

Is there any book available on subject ?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql