Ajas, to answer your question about the files being created: I don't think any content management system would dynamically create code and then execute it, just to display a piece of content. I'd say that would be a very expensive operation and not very scalable. The CM's I have seen usually have some sort of template with a stylesheet that defines colors etc. The actual content (with a minimum of markup) is stored in a table and retrieved when a user requests a certain page: /show.cfm?template=ProductPage&ContentID=25.
The only possible application I can think of for page generation, is to generate true static html files on a regular basis to offload your database.
 
Hope that makes sense?
Mischa.
 

> > > > user. So my assumptions are :
> > > > > 1) The CF CMS page saves the settings or properties in database.
> > > > > 2) on every new page creation from CMS, a new entry is stored in db
> > > > i.e.
> > > > > index1.cfm, index2.cfm and so on.
> > > > >
> > > > > Then, my question is how does the page code for lets say index2.cfm
> > > > > gets generated? Also, I am not sure how different pages in the
> > > > website
> > > >
------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------

Reply via email to