CFBreak 2026-37
2026 » Published on September 18, 2026
Week 37, 2026: Here's the latest from the CFML, ColdFusion and Lucee community.
| | Oracle Security Alerts |
| | Ben Nadel |
| Preventing Silent Database Value Truncation In ColdFusion Ben Nadel demonstrates how to prevent silent data truncation when reading from and writing to a MySQL database in ColdFusion... Building My Own Syntax Highlighter API With Claude Code Ben Nadel is replacing his old syntax highlighter with one he's build for himself (with the aide of Claude Code)... |
| | Robert Zehnder |
| | David Byers |
| Native Passkeys in Adobe ColdFusion 2025 - Part 4: Running Behind a Load Balancer The browser is using HTTPS... |
| | Wheels Framework |
| | Lucee Community |
| | CFDocs Function of the Week |
listSort()Sorts list elements according to a sort type and sort order. Returns a sorted copy of the list. [sortType - description] numeric: sorts numbers text: sorts text alphabetically, taking case into account - aabzABZ, if sort_order = "asc" - ZBAzbaa, if sort_order = "desc" textnocase: sorts text alphabetically, without regard to case - aAaBbBzzZ, in an asc sort; - ZzzBbBaAa, in a desc sort; listSort(list, sortType [, sortOrder] [, delimiters] [, includeEmptyFields] [, localeSensitive]) or listSort(list, callback) → returns string Member Function Syntaxlist.listSort(sortType [, sortOrder]) |
| | Upcoming Events |
| Brought to you by: Foundeo Inc. |
| This weekly CFML / ColdFusion newsletter is brought to you by Foundeo Inc. Purveyors of security products and services for CFML developers. Here's this week's featured product:
|
|

