ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:getassoc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
v5:reference:connection:getassoc [2016/02/25 01:39] – ADODB_ASSOC_CASE is a constant, not a variable mnewnhamv5:reference:connection:getassoc [2017/05/09 00:57] – [Description] mnewnham
Line 14: Line 14:
 The function executes a statement and returns all of the returned rows in an array or false if the statement execution fails, or if only 1 column is requested in the SQL statement. If no records match the provided SQL statement, an empty array is returned. The function executes a statement and returns all of the returned rows in an array or false if the statement execution fails, or if only 1 column is requested in the SQL statement. If no records match the provided SQL statement, an empty array is returned.
  
-The presentation of the returned data can be modified by the constant [[v5:reference:adodb_assoc_case|ADODB_ASSOC_CASE]].+The presentation of certain aspects of the returned data can be modified by the constant [[v5:reference:adodb_assoc_case|ADODB_ASSOC_CASE]] (see below for examples).
  
 For a detailed description of the SQL and bind parameters passed, see [[v5:reference:connection:execute|execute()]]. For a detailed description of the SQL and bind parameters passed, see [[v5:reference:connection:execute|execute()]].
v5/reference/connection/getassoc.txt · Last modified: 2017/05/09 01:09 by mnewnham