Creating a very simple CMS

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Khorask
Forum Newbie
Posts: 6
Joined: Fri Apr 28, 2006 10:14 am

Creating a very simple CMS

Post by Khorask »

Im creating (trying) an very simple CMS that basically has the ability to
, 'add/edit/delete' pages. The edit function requires a text box to edit a page and needs to be able to make text bold/italic/underlined and linked. I need to be able to first select the desired text, click (for example) the 'bold' button which applies the effect.

Any help/examples on how to go about this would be great. Also, how I might go about structuring the database for this.
Thanks[/b]
User avatar
themurph
Forum Commoner
Posts: 76
Joined: Wed Apr 19, 2006 1:56 pm
Contact:

Post by themurph »

I good start might be:

Try out a few live freely availible php based CMSs :

http://www.opensourcecms.com will let you demo many of the most popular.

Then download the ones that interest you and have a peek at their source code.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Have a look through the Javascript found in the phpBB posting page, or at WYSIWYG editor such as TinyMCE and Fckeditor
User avatar
cj5
Forum Commoner
Posts: 60
Joined: Tue Jan 17, 2006 3:38 pm
Location: Long Island, NY, USA

Post by cj5 »

Why reinvent the wheel? CMSMadeSimple!
Post Reply