PHP: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
*[[db_columns]] - Returns an array of fieldname for a table.
*[[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_array]] - A function for looping through the result from [[nuRunQuery]]. eg. '''$r['fieldname']'''
*[[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]]. eg. '''$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]]. eg.'''$r[0]'''
*[[db_num_rows]] -  
*[[db_num_rows]] -  
*[[nuAddJavascript]] -  
*[[nuAddJavascript]] -  

Revision as of 03:20, 9 July 2017