Summary
- File
- Package hierarchy MVC\Model
- Class hierarchy \SelectQueryResultMapper
- Implements \SelectQueryResult
__construct(\QueryResult $query_result, \MappingModel $model)
initialize the dao
\QueryResult | $query_result | |
\MappingModel | $model | the model on which rely to provides services |
None found |
get_query()
None found |
get_parameters()
None found |
set_fetch_mode( $fetch_mode)
$fetch_mode |
None found |
get_rows_count() : integer
returns the number of returned rows by this query
the number of returned rows by this query
None found |
__destruct()
None found |
has_next()
None found |
fetch()
None found |
rewind()
None found |
valid()
None found |
current()
None found |
key()
None found |
next()
None found |
dispose()
free the resource. If not done manually, this is done in the destructor
None found |
$query_result : \SelectQueryResult
None found |
$model : \MappingModel
None found |