Skip to content

Instantly share code, notes, and snippets.

@deltaforce
deltaforce / gist:10072758
Created April 7, 2014 23:20
railo implicit notation
according to the following url
http://www.getrailo.org/index.cfm/whats-up/railo-40-released/features/implicit-constructors/
<cfset foo = new foo(username:"user",password:"pass")>
should work, but doesn't seem to.
also the required attribute doesn't seem to work either, although this may be ACF only.
foo.cfc
-----------