is this the most effective way of creating a CMS

This is a discussion on "is this the most effective way of creating a CMS" within the PHP Forum section. This forum, and the thread "is this the most effective way of creating a CMS are both part of the Program Your Website category.


 Subscribe in a reader

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

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Jun 25th, 2004, 09:35
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
is this the most effective way of creating a CMS

I would like to have a data-oriented website, which would be known as Knowledgespace. Is there any other method which is more efficient than my current method? Also, I believe that this method would not work in the long-run as the formatting is rather rigid and cannot be changed. It follows a predetermined structure.

My idea is there would be a page "cp.php" which lists all the Articles available for viewing in a table. This "cp.php" page obtains data from a MySQL database which contains the following columns : Serial No., Title, First para, second para, third para, dl_available_1, dl_availabe_2, and so on.

Then when the user clicks on an article in "cp.php", they would be given the article ( more information ). It would then request other data such as the first para, second para, etc, and input these data into the respective pre-created DIV tags.

However, what I want ultimately is a structure which can be edited, such as that of www.wikipedia.org. How would that be possible. Would there be another method besides my method of echoing data retrived from the mysql database?? Given that I want to finish this by the end of next month ( and I put effort in it ), can I code all the code myself? Or do I require to go for pre-created third-party scripts at hotscripts.com?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Jun 26th, 2004, 09:15
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,189
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Why not store the entire article in either a memo field, or indeed in an html or xml document?

I wouldn't piss around with seperate fields for each para....thats just ridiculous.

Integrate a web-based WYSIWYG html editor (use a java one if you aint editing / adding content from IE)
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Jun 26th, 2004, 23:00
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
Yeah use the memo field or the xml document. It would be much easier. I have learned to love memo fields. :wink:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Jun 27th, 2004, 13:39
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
oh ok. I didn't know about it actually ??: but did some reading and found that the equivalent in mysql ( nchar, nvarchar )
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
most, effective, creating, cms

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
Inspired Concepts Effective Managing, Inc. ICEMINISTRIES Free Web Site Critique 10 Jul 20th, 2007 22:23
Suggestions of Effective Non-Profit/Political Web Sites Aethon Webforumz Cafe 0 Feb 7th, 2007 16:00
Effective Internet Campaigning? grahame Webforumz Cafe 0 Jan 18th, 2007 17:42


All times are GMT. The time now is 05:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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