Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSe9cbe5cf462523a0693d5dae123bcd28f6d-8000.html
Copy link to clipboard
Copied
This page should add the newer implementations of tags as functions/cfcs:
- those from 9.0.1, dbinfo, feed, imap, ldap, and pop, as listed in the link offered here
- those added in CF 10: cookie, setting, and invoke, as well as collection, index, and search.
Copy link to clipboard
Copied
+1 to what Charlie said. All the script-as-CFC functions should just be listed on this same page, grouped by version.
Thanks!,
-Aaron
Copy link to clipboard
Copied
Just a minor correction to my last comment. I was mistaken in mentioning cookie and setting in my comment above. Those are statements, not CFCs. And invoke is a function, not a CFC.
But collection, index, and search are indeed new tag-equivalent CFCs for CF10.
(And thanks for the support there, Aaron.)