Question
Reserved tag override
is it possible to override reserved coldfusion function tags?
It seems simple but the implications would be incredible.
Ie, I want to be able to do this
<cfdump var="#form#">
if form is defined, it will return form, if not, it will return NULL instead of erroring out.
is this possible?
In addition to this, how do i write my own cftags?
ie
if cfdump modification is not possible, i want to be able to type <cfPreDump var="#form#">
etc
It seems simple but the implications would be incredible.
Ie, I want to be able to do this
<cfdump var="#form#">
if form is defined, it will return form, if not, it will return NULL instead of erroring out.
is this possible?
In addition to this, how do i write my own cftags?
ie
if cfdump modification is not possible, i want to be able to type <cfPreDump var="#form#">
etc