Solar_Sql_Select::fetchAssoc()

public array Solar_Sql_Select::fetchAssoc ( void )

Fetches all rows from the database using associative keys (defined by the first column).

Parameters

  • None.

Returns

  • (array)

Description

Fetches all rows from the database using associative keys (defined by the first column).

N.b.: if multiple rows have the same first column value, the last row with that value will override earlier rows.



Local