Content Management System tutorial/books

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
wizzard81
Forum Commoner
Posts: 66
Joined: Wed Jan 15, 2003 6:05 am
Location: Belgium
Contact:

Content Management System tutorial/books

Post by wizzard81 »

Hello,

I need to create some Content Management System websites in the future. Does someone knows some very good tutorials/books of CMS?

Is it recommed to work with cms if you have to make websites for hotels,... and store it in one DB?

Cheers
Kris
Archy
Forum Contributor
Posts: 129
Joined: Fri Jun 18, 2004 2:25 pm
Location: USA

Post by Archy »

Hmm, you will probably require more than one database for a Hotel CMS, I would expect about 3+ if you were to optimize it.

For tutorials/books; sorry, I dont know of any, I just leanr PHP & MySQL from getting in there.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

school wanted me to design a little hotel system.. this is the ERD i came up with: http://timvw.madoka.be/stuff/HOTEL.pdf

just do a little websearch for opencms and i'm pretty sure you'll find the site to compare a bunch of cms thingies :)
wizzard81
Forum Commoner
Posts: 66
Joined: Wed Jan 15, 2003 6:05 am
Location: Belgium
Contact:

Post by wizzard81 »

Is it recommed to create a CMS from one place. With this i mean one place where customers can login and edit their website pages. Like an image gallery, news content, main page, ...
Post Reply