CFScript: Difference between revisions

Content deleted Content added
m fixed header names + general fixes, added underlinked tag using AWB (8863)
Doggum (talk | contribs)
added component example
Tags: nowiki added Visual edit
Line 37:
qGetData .setSQL('SELECT column1, column2 FROM table WHERE 1');
qDateResult = qGetData .Execute().getResult();
</cfscript></pre>
/** * Simple Component. */ component { /** * Simple function. */ public void function foo() { WriteOutput("Method foo() called<nowiki><br></nowiki>"); } }
</pre>
 
 
==Syntax==