PHP
- db_columns - Returns an array of fieldname for a table.
- db_fetch_array - A function for looping through the result from nuRunQuery. $r['fieldname']
- db_fetch_object - A function for looping through the result from nuRunQuery. $r->fieldname
- db_field_array - A function for looping through the result from nuRunQuery. $r[0]
- db_num_rows - The number of records in the result from nuRunQuery.
- nuAddJavascript - Adds Javascript to a Form as it is built.
- nuDebug -
- nuDeleteForm -
- nuDisplayError -
- nuDisplayMessage -
- nuGetSubformObject -
- nuGetUserAccess -
- nuHasNewRecordID -
- nuID -
- nuIsField -
- nuIsFile -
- nuIsGlobeadmin -
- nuIsRecord -
- nuJSInclude -
- nuRemoveFiles -
- nuRemoveNonCharacters -
- nuRunPHP -
- nuRunPHPHidden -
- nuRunQuery -
- nuSetFormValue -
- nuSubformObject -
- nuTT -