TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   General (http://www.talkphp.com/general/)
-   -   where to start when wanting to learn how to make a content management system (http://www.talkphp.com/general/2190-where-start-when-wanting-learn-how-make-content-management-system.html)

sarmenhb 02-05-2008 12:22 AM

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.

Orc 02-05-2008 07:09 AM

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.

Rendair 02-05-2008 10:12 AM

Building a PHP-Based Content Management System

Orc 02-05-2008 11:07 AM

Quote:

Originally Posted by Rendair (Post 10275)

That article is old and uses some of the old super globals. $HTTP_POST_VARS and such.

UPDATE: Its also giving me errors. _-

d4v1d 02-05-2008 11:39 AM

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.

Orc 02-05-2008 11:54 AM

Quote:

Originally Posted by d4v1d (Post 10281)
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

Rendair 02-05-2008 12:30 PM

Quote:

Originally Posted by Orc (Post 10278)
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.

ReSpawN 02-05-2008 02:24 PM

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.

TlcAndres 02-05-2008 05:06 PM

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


All times are GMT. The time now is 12:29 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0