OOPhoto - Simple Service Objects In Place
<cfset CreateObject(
"component"
,
"MyObject"
).Init() />
For Cut-and-Paste
<cfset CreateObject( "component", "MyObject" ).Init() />