Zend Framework  3.0
Public Member Functions | List of all members
ResultSetInterface Interface Reference

Public Member Functions

 initialize ($dataSource)
 Can be anything traversable|array .
 
 getFieldCount ()
 Field terminology is more correct as information coming back from the database might be a column, and/or the result of an operation or intersection of some data .
 

Member Function Documentation

getFieldCount ( )

Field terminology is more correct as information coming back from the database might be a column, and/or the result of an operation or intersection of some data .

Returns
mixed

Implemented in AbstractResultSet.

initialize (   $dataSource)

Can be anything traversable|array .

Parameters
$dataSource
Returns
mixed

Implemented in AbstractResultSet.