> I have got several CF templates but they are not stored in 
> files on my server but on fields in a database. I would like 
> to retrieve this CFML content, parse it and eventually 
> produce any output as a normal web page.
> 
> Now, the only solution I have seen consists in creating a 
> temporary file with that retrieved CFML and cfinclude it to 
> get it parsed. In my case I suspect this operation will 
> increase the response time considerably as IO operations to 
> disk are involved so my question is very simple.... is this 
> really the ONLY WAY of doing this?

Yes, it's really the only way. Sorry.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to