Posts Tagged ‘cfc’

Script-based controllers and models, tag-based views

Thursday, October 22nd, 2009

I’m looking forward to playing around with ColdFusion 9 when I get some more time here in a month or so. One of the areas that interests me in particular is the ability to write full CFCs in CFScript syntax.

Read on for what I feel is the perfect blend of CFML features used in the different layers of the ColdFusion on Wheels framework:

  • Controllers in script syntax
  • Models in script syntax
  • Views in tag syntax

Read the rest of this entry »

Securing your CFCs, custom tags, includes, and config files

Saturday, April 9th, 2005

After reading the Macromedia Web Technology Group’s (WTG) ColdFusion MX Coding Guidelines document, I was excited to learn some great tips about how to secure CFCs, custom tags, includes, and config files. Read on to find out more.

Read the rest of this entry »