1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How Do I Create My Own Content Management System?

Discussion in 'Content Management' started by smallfishbigmoney, Jan 13, 2009.

  1. #1
    Hey!

    I'm looking to model my own CMS which will be more suited to my needs. So, what are my needs?

    - A framework for content creation and storage (PHP/MySQL)
    - A framework for users to create customized profiles (PHP/MySQL/CSS)
    - A framework for users to contribute to discussions

    You could say I want a 'social media network'.

    So...What's The Issue?

    QUESTION: Do you know of any tutorials which show me how to create my own CMS?

    Please post your answers in this thread with sufficient clarity and depth so that your advice is helpful.

    Thank you :)
    Fabien
     
    smallfishbigmoney, Jan 13, 2009 IP
  2. Adam_Paterson

    Adam_Paterson Guest

    Messages:
    100
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Currently I'm working through this book. So far i'm impressed with the book. It explains things clearly. I've also purchased a PHP & MySQL book which is always useful.

    The only other thing I can suggest is have a look at some open source CMS. This site gives you an example of each systems by letting you log in and use it fully.
     
    Adam_Paterson, Jan 13, 2009 IP
  3. rjd22

    rjd22 Peon

    Messages:
    63
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There are quite some requirements to make a Content Management System.

    You prolly need at least know these things:
    PHP (the programming language you will make it in)
    Mysql+Knowledge of Relations (The database to hold all the info)
    XHTML + CSS (styling is importand)

    Also it recommended to know about SQLite a variant of MySQL that can handle a lot more load
     
    rjd22, Jan 13, 2009 IP
  4. smallfishbigmoney

    smallfishbigmoney Active Member

    Messages:
    176
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Thank you very much, I'm off to the bookstore to buy a PHP/MySQL book and I'll look at the one you suggest Adam

    RJD - I know XHTML/CSS and a little PHP, so I am looking forward to delving further into the topic and getting a grasp on things.

    Much appreciated people!

    Fabs
     
    smallfishbigmoney, Jan 13, 2009 IP
  5. Adam_Paterson

    Adam_Paterson Guest

    Messages:
    100
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    No problem, good luck and keep us updated with your progress. If I find anything else i'll pass it on!
     
    Adam_Paterson, Jan 13, 2009 IP
  6. rjd22

    rjd22 Peon

    Messages:
    63
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    good luck with your programming. Another tip to start with off with MVC programming. Kohana is a great tool for this.
     
    rjd22, Jan 13, 2009 IP
  7. topcash

    topcash Peon Affiliate Manager

    Messages:
    503
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I would say to look at what joomla does.
     
    topcash, Jan 13, 2009 IP
  8. river

    river Active Member

    Messages:
    1,632
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    88
    #8
    river, Jan 13, 2009 IP