PHP: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
*[[db_fetch_object]] - 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_field_array]] - A function for looping through the result from [[nuRunQuery]].  '''$r[0]'''
*[[db_num_rows]] -  
*[[db_num_rows]] - The number of records in the result from [[nuRunQuery]].
*[[nuAddJavascript]] -
*[[nuAddJavascript]] - Adds Javascript to a Form as it is built.
*[[nuButtons]] -
*[[nuCheckAccess]] -
*[[nuClientTimeZone]] -
*[[nuCSSInclude]] -  
*[[nuDebug]] -  
*[[nuDebug]] -  
*[[nuDeleteForm]] -  
*[[nuDeleteForm]] -  

Revision as of 03:25, 9 July 2017