Ferg, This is similar to the Smarty templating system, which I think is just great by the way. The thing is that since ColdFusion, is itself, a templating language, why would anybody have ever created a templating language for ColdFusion? It's totally redundant. Doing web templates in plain PHP totally sucks but using Smarty, templating is just like ColdFusion - easy.
The thing is that in ColdFusion, we have no way to securely allow someone the ability to design a template without giving them full access to the CFML language in which they can for example... - Dump out the request variables - Run queries against your data sources - Write infinite loops - Read files in the file system - Delete things... The list goes on and on. Using a CFML abstraction, we can eliminate the possibility of this happening... it's a "safe" tool for users who want to create design templates in your system. Jon -----Original Message----- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 3:45 PM To: CF-Talk Subject: Re: A ColdFusion "Templating Language" It seems to me as if it's supposed to be similar to the Smarty template engine used by so many PHP apps. I've used a couple apps built around the Smarty template engine and have been rather impressed. I've yet to research this CF version very much, but I plan to take a look at it as soon as I can get a chance. --Ferg This electronic message transmission contains information from Collegiate Funding Services, LLC or its subsidiaries or affiliates that may be confidential or privileged. The information is intended to be for the use of only the individual or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is strictly prohibited. If you have received this electronic transmission in error, please notify the sender by reply e-mail @cfsloans.com immediately and delete this e-mail and any attachments from your system and any copies you may have made, electronic or otherwise. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224548 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

