Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
<cfquery name="MyQuery" datasource="#DSN#">
SELECT *
FROM Items
</cfquery>
<cfloop index="i" list=#theList# delimiters=",">
<cfoutput>#i#<br></cfoutput>
</cfloop>
<cfloop index="i" list="#theList#" delimiters=",">
<cfoutput>#Variables.i#<br></cfoutput>
</cfloop>