|
|
 |
RE: FN-FORUM: Content Management etc
date posted 6th August 2004 15:40
I Agree, but I think you could do it in 1/2 day... All you need is 2
tables. Ala.
Table name: menu_cat
Fields: id INT, description VARCHAR(64)
Table name: menu_items
Fields: id INT, cat_id INT, item_text VARCHAR(128), price VARCHAR(20),
veggy INT
...
If I carry on any longer, I'd have written it.... ;)
Chaz.
> -----Original Message-----
> From: Aaron Brailsford [EMAIL REMOVED]
> Sent: 06 August 2004 14:12
> To: Charles E. Gatenby
> Subject: Re: FN-FORUM: Content Management etc
>
>
> KKC TFXWeb wrote:
> > 1. Simple mods are made to the site by us based around a
> maintenance
> > contract we always offer clients 2. Run menus from a
> database with the
> > client adding/removing items and uploading database via FTP 3. CMS
>
> My choice would definitely be 3.. Option 1 might be cheaper
> for the client in the short term, but likely to be more
> expensive in the long (good for you, but not such a great
> deal for them, obviously :)) and 2 just has too many points
> of failure for my liking.. (All those phone calls when FTP
> won't work, etc)
>
> I'm sure you could knock up an incredibly basic CMS from
> scratch to populate those menu pages in a day or two.
>
> > The site can be viewed in all its glory at
> > http://www.crouch-valley-motel.co.uk/EnglishIndex.htm
>
> I'm now a) in shock at the website, and b) feeling very very
> hungry, thanks Kerry! ;)
>
> Aaron
>
> --
> Freelancers, contractors earn more with Prosperity4 Call 0870
> 870 4414 or visit www.prosperity4.com and benefit from Inland
> Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|