Xindi CMS is a small, lightweight and flexible content management system. It's great for web developers looking for a simple way to make site content editable by their clients.
Open source, free and flexible, Xindi is available in CFML and PHP versions.
I am a web developer living and working in Exeter, Devon (United Kingdom). I use my blog to document and share the things I learn and I hope fellow developers will find it to be a useful resource.
Wednesday, July 11, 2012
Generating a CSV file and forcing download in ColdFusion
The following code uses Ben Nadel's QueryToCSV method to generate a CSV file from query data and force a download using ColdFusion. I'm capturing this here for my own future reference, but it may be useful to others. If you have a better solution please let me know.