Miscellaneous
columns()
Signature
Section titled “Signature”columns() — returns any
Description
Section titled “Description”Returns an array of columns names for the table associated with this class. Does not include calculated properties that will be generated by the Wheels ORM.
Examples
Section titled “Examples”columns() <!--- Get the columns names in the order they are in the database --->
<cfset employee = model("employee").columns()>