I've got a model-glue site that is undergoing major changes, and need
all the changes to be visible at an exact time and date.

Is there a way to create a separate & new  modelglue.xml file and have
that file load at a defined time & date. Preferably using ColdFusion
CFML.

Something like:

<CFSET START = '2009-10-28 10:00:00'>
<CFSET NOW = Now()>
<cfif NOW gt START>
use new modelglue.xml
<cfelse>
use old modelglue.xml
<cfif>

If this is possible, then how to reload??


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to