Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattms/coldfusion_notes
Snippets to make ColdFusion slightly less painful.
https://github.com/mattms/coldfusion_notes
Last synced: about 1 month ago
JSON representation
Snippets to make ColdFusion slightly less painful.
- Host: GitHub
- URL: https://github.com/mattms/coldfusion_notes
- Owner: MattMS
- License: mit
- Created: 2014-12-02T03:28:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T07:58:38.000Z (over 9 years ago)
- Last Synced: 2024-04-09T16:40:11.200Z (9 months ago)
- Language: ColdFusion
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColdFusion examples
Example code for ColdFusion.
## Database
- SQL select and insert [queries](./query.cfm).
## Flow control
- [If-elseif-else](./if.cfm) tag and script examples.
- [Include](./include.cfm) other templates.
## Railo vs Adobe ColdFusion
These are some issues that have caught me out.
- Railo allows a final trailing comma in objects.
`a = {a=1, b=2,};` is no good in Adobe.- Railo does not require semicolons on line endings.
`a = {a=1, b=2}` is no good in Adobe.## Links
- [Ben Nadel](http://www.bennadel.com/) is a ColdFusion master.
- [CFDocs](https://cfdocs.org/) are a lot nicer than the Adobe ones.
- [Railo](http://www.getrailo.org/) is a free version