Sf TIC Bundles

KeylistHydrator extends AbstractHydrator
in package

Récupération des résultats groupés par les valeurs de la 1ère colonne (en index).

Note: colonne 1 en clé et colonne 2 en valeurs uniquement

Exemple:

SELECT a, b, c FROM t < array( a1 => array( b1 ), a2 => array( b2, b22 ), ... )

Table of Contents

Methods

hydrateAllData()  : array<string|int, mixed>
Hydrates all rows from the current statement instance at once.

Methods

hydrateAllData()

Hydrates all rows from the current statement instance at once.

protected hydrateAllData() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results