>- see footer for list info -< oh, I should have pointed out we use int for this very purpose... also any changes are in the audit/archive, and have to be made live (awaiting approval), so the old content is available until the new content is live...
I now see you're point! ----- Original Message ----- From: Robertson-Ravo, Neil (RX) To: Coldfusion Development Sent: Wednesday, March 02, 2005 9:55 AM Subject: RE: [CF-Dev] Publishing content >- see footer for list info -< Well, if you have one column stating bIsActive or something which indicated if it's a live content row it will only ever have 2 statuses - live or not live - which is OK if you are only adding content but not editing. You would not be able to have say, a news press story on production and an edited version in the DB which is not-live (awaiting approval). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Smith Sent: 02 March 2005 09:56 To: Coldfusion Development Subject: Re: [CF-Dev] Publishing content >- see footer for list info -< "That approach does not allow for LIVE and non-Live content though? " please explain what you mean by this. My approach has been to have an archive table which makes an archive of each change - you never know... and to included the live/non-live check box. works for us! ----- Original Message ----- From: Robertson-Ravo, Neil (RX) To: Matt Horn ; Coldfusion Development Sent: Wednesday, March 02, 2005 9:37 AM Subject: RE: [CF-Dev] Publishing content >- see footer for list info -< That approach does not allow for LIVE and non-Live content though? We tend to go for the Holiding Table approach where you have dupe copies of each record OR we have a Version History type object ala Spectra (was my tool of choice for my sins). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Horn Sent: 02 March 2005 09:39 To: Coldfusion Development Subject: Re: [CF-Dev] Publishing content >- see footer for list info -< well I normally have a "LIVE" column in my content table and toggle that ----- Original Message ----- From: "Damian Watson" <[EMAIL PROTECTED]> To: "Coldfusion Development" <[email protected]> Sent: Wednesday, March 02, 2005 11:37 AM Subject: [CF-Dev] Publishing content > >- see footer for list info -< > Hi all, > > Just a general question about publishing content in a CMS. I've seen > (and used) two main approaches: > > 1. Have content saved into database and when content is published, write > it to static htm or xml files > 2. Have "staged" and "live" tables in the db. When content is published, > copy from one t'other > > Anyone have any preferences or alternatives, resource links, books? > > d > _______________________________________________ > > For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo > > -- > CFDeveloper Sponsors:- > >- Hosting provided by www.cfmxhosting.co.uk -< > >- Forum provided by www.fusetalk.com -< > >- DHTML Menus provided by www.APYCOM.com -< > >- Lists hosted by www.Gradwell.com -< > >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
