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 to Go About Writing a CMS?

Discussion in 'Content Management' started by Austars, Dec 30, 2006.

  1. #1
    Hey all, I want to write a custom CMS in PHP/MySQL, and I've got some knowledge in it, however, I'm wondering what order I should tackle this task in. I already have planned out what my database will look like, but I want to know if I should start out coding the admin area, the frontend, the login stuff, the advanced features like ratings system and archives, or what. Any advice would be appreciated :)
     
    Austars, Dec 30, 2006 IP
    Addurobi likes this.
  2. bobisawsome7

    bobisawsome7 Notable Member

    Messages:
    1,466
    Likes Received:
    104
    Best Answers:
    0
    Trophy Points:
    200
    #2
    I dont have much to suggest but start with frontend and add backend as you need it along the way.

    And leave design and stuff like that to the very end.
     
    bobisawsome7, Dec 30, 2006 IP
  3. Austars

    Austars Active Member

    Messages:
    1,437
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    95
    #3
    Yea I was already planning on doing the layout last, and ok I'll work on displaying table records in the frontend first. Thanks for the advice!
     
    Austars, Dec 30, 2006 IP
  4. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I developed my own CMS but using flat text database.

    Start with your frontend, and add modules for each feature you need, but testing each before continue with the next, backing up every successful addition, ending with the admin interface.

    Believe me, you will find how easy is ruin your hard work after adding a new feature, so backups numbered and/or dated backups for each step are vital and time/headache savers.
     
    Pat Gael, Dec 30, 2006 IP
  5. bobisawsome7

    bobisawsome7 Notable Member

    Messages:
    1,466
    Likes Received:
    104
    Best Answers:
    0
    Trophy Points:
    200
    #5
    So im not a coder and answered the right question ;)
     
    bobisawsome7, Dec 30, 2006 IP
  6. Austars

    Austars Active Member

    Messages:
    1,437
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    95
    #6
    Ok, that sounds like a good idea with the step by step. And I'll definitely backup periodically whats working, as I've had projects before programming other stuff that I ended up breaking just about everything with some small adjustments:( Thanks :)
     
    Austars, Dec 30, 2006 IP
  7. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #7
    No problem, you will see how easy is working this way ;)
     
    Pat Gael, Dec 30, 2006 IP