<!--- Create person instance. ---> <cfset objDeborah = CreateObject( "component", "Person" ).Init() /> <!--- Output the runtime footprint. ---> <cfdump var="#objDeborah#" label="Runtime Person Footprint" />