TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-05-2008, 12:22 AM   #1 (permalink)
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default where to start when wanting to learn how to make a content management system

hi

where do i start when i want to learn how to make a content management system by scratch?

i want to start with something basic and work my way up.
__________________
no signature set
sarmenhb is offline  
Reply With Quote
Old 02-05-2008, 07:09 AM   #2 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

I would first start with making MySQL applications. If you've done that, then I would first make a MySQL file or a MySQL class to handle the connections, and queueing. :] Then I would make my own template system, something small like I did, or maybe even a Template class like a MySQL class, IF you're at that point of learning PHP. And most importantly, make a config for putting the site title, and current page title, etc.. All these are basically a fundamental in making a CMS in PHP & MySQL.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 02-05-2008, 10:12 AM   #3 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Building a PHP-Based Content Management System
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-05-2008, 11:07 AM   #4 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Rendair View Post
That article is old and uses some of the old super globals. $HTTP_POST_VARS and such.

UPDATE: Its also giving me errors. _-
__________________
VillageIdiot can have my babbies ;d

Last edited by Orc : 02-05-2008 at 11:48 AM.
Orc is offline  
Reply With Quote
Old 02-05-2008, 11:39 AM   #5 (permalink)
The Contributor
Good Samaritan 
 
d4v1d's Avatar
 
Join Date: Dec 2007
Location: Durban, South Africa
Posts: 51
Thanks: 1
d4v1d is on a distinguished road
Default

Every CMS has their own list of features not always found in every other CMS around. Your best bet is to sit down with a piece of paper and a pen, and start thinking what you want it to have, and how you would go about creating those elements.
d4v1d is offline  
Reply With Quote
The Following User Says Thank You to d4v1d For This Useful Post:
Orc (02-05-2008)
Old 02-05-2008, 11:54 AM   #6 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by d4v1d View Post
Every CMS has their own list of features not always found in every other CMS around. Your best bet is to sit down with a piece of paper and a pen, and start thinking what you want it to have, and how you would go about creating those elements.
Very good idea! :D
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 02-05-2008, 12:30 PM   #7 (permalink)
The Addict
Upcoming Programmer Top Contributor 
 
Rendair's Avatar
 
Join Date: Nov 2007
Location: UK
Posts: 319
Thanks: 18
Rendair is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
That article is old and uses some of the old super globals. $HTTP_POST_VARS and such.

UPDATE: Its also giving me errors. _-
Yes i didnt actually say copy it lol...its a place to start how what features you need and so on.
__________________
www.jooney.co.uk - the online portfolio
Send a message via MSN to Rendair
Rendair is offline  
Reply With Quote
Old 02-05-2008, 02:24 PM   #8 (permalink)
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

I'm also creating my own CMS system named suReality. I've created a separate topic in the advanced part of the site. Maybe you could get some information you need from there. Note: it's partial so don't expect much, yet.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote
Old 02-05-2008, 05:06 PM   #9 (permalink)
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

Another thing to keep in mind is to separate things for example, the core classes for handling members and the like should be completely abstract from the database class and neither should return any presentable content (IE: anything that will be presented to the user directly). Class functions should preferably return a bool results or some kind of error number
TlcAndres is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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


All times are GMT. The time now is 04:58 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design