Morning all.

This weekend we checked in the support for creating your CFC's completely from cfscript syntax.

Grab it and take it for a spin and let us know your thoughts.

- mycfc.cfc ------------
component {
  function abc(){
    return now();
  }
}
-------------

--
aw2.0 Ltd http://aw20.is/

--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en

Reply via email to