Creating a content management system

This is a discussion on "Creating a content management system" within the PHP Forum section. This forum, and the thread "Creating a content management system are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 21st, 2007, 08:58
crackafaza's Avatar
Resources Team
Join Date: Jun 2007
Location: UK
Posts: 453
Thanks: 1
Thanked 3 Times in 3 Posts
Send a message via MSN to crackafaza
Creating a content management system

Hi all!

I am learning php at the moment, and to further my education on the php language, I want to create something that would benefit me.

So I come up with the idea of building a CMS!
So what i was wondering was, Where do i start with this CMS?
because i only want a simple CMS which lets you add images/ edit and compose text on a webpage!

Can anyone help and show me the way forward to where to begin on this project!
Thanks alot

Cracka
__________________
Check out my Portfolio cfdesignz.co.uk and my blog at blog.cfdesignz.co.uk
Reply With Quote

  #2 (permalink)  
Old Dec 21st, 2007, 12:12
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Creating a content management system

As well as PHP, you will need a Database. Do you know MySQL or anything else like that?
Reply With Quote
  #3 (permalink)  
Old Dec 21st, 2007, 12:15
crackafaza's Avatar
Resources Team
Join Date: Jun 2007
Location: UK
Posts: 453
Thanks: 1
Thanked 3 Times in 3 Posts
Send a message via MSN to crackafaza
Re: Creating a content management system

Yeah I am learning php and Mysql! both work together so have been working on them both!
__________________
Check out my Portfolio cfdesignz.co.uk and my blog at blog.cfdesignz.co.uk
Reply With Quote
  #4 (permalink)  
Old Dec 21st, 2007, 14:16
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Creating a content management system

I like to start with the user management.
Create a table called users.
You will need these at the very least
ID - primary key auto_increment
Username
Password
type - level of access (admin, basic etc.)

You could also add things like:
realname
email address

etc.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #5 (permalink)  
Old Dec 21st, 2007, 17:18
simonb's Avatar
Blog Moderator

Join Date: Dec 2006
Location: Norwich
Posts: 675
Blog Entries: 4
Thanks: 4
Thanked 2 Times in 2 Posts
Send a message via Skype™ to simonb
Re: Creating a content management system

Free Pass to Lynda.com

try that link to lynda.com

the cfm is the best one to learn how to build a cms.
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Review my content management system tox0tes PHP Forum 16 Aug 30th, 2007 20:03
News Content Management System jjpeacha PHP Forum 14 Aug 26th, 2007 00:59
Content management moshe Scripts and Online Services 4 Jun 6th, 2007 14:28


All times are GMT. The time now is 11:43.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43