Hi everybody

I am developing a CMS which will manage all the conent of website.
for manl link for the website there will be category class which consist of page and for content there will page class page may consist sub page there will be following four classes

Category
page
content
temp_content

all this will be done in OOPs concepts
anybody here to help me out this

Thanks in advance

Recommended Answers

All 2 Replies

Sure, just post the code that is not working for you or specific questions on concepts you don't understand. Certainly you aren't expecting us to just write it for you?

I recommend to use OOP to make a particular functionality, like a class to query the database or send different type of e-mails. The rest of the site, like views or presentation, it's usual to use structured programming.

The most valuable in a CMS it's the database design IMO. Table for posts, a table for sections or categories, etc.

You could get a lot of tutorials from Google talking about this subject - building a CMS.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.