Files
reader/lib/data/dependency_order_by.cfm
T
2025-08-19 17:18:23 +03:00

6 lines
245 B
Plaintext

<cfsilent>
<cfif thisTag.executionMode IS "end" OR !thisTag.hasEndTag>
<cfassociate basetag="cf_dependency" datacollection="order_by" />
<cfparam name="ATTRIBUTES.expression" default=#thisTag.generatedContent# />
</cfif>
</cfsilent>