Overview

Namespaces

  • Simpletools
    • Autoload
    • Config
    • Db
      • Mysql
    • Event
    • Http
    • Mvc
    • Page
    • Store

Classes

  • Client
  • Iterator
  • Model
  • QueryBuilder
  • Result
  • Sql
  • Overview
  • Namespace
  • Class

Class Result

Simpletools\Db\Mysql\Result implements Iterator
Namespace: Simpletools\Db\Mysql
Located at Simpletools/Db/Mysql/Result.php
Methods summary
public
# __construct( & $mysqliResult, & $mysqli )
public
# isEmpty( )
public
# length( )
public
# fetch( $returnObject = true )
public
# fetchAll( $returnObject = true )
public &
# getRawResult( )
public
# free( )
public
# __desctruct( )
public
# getAffectedRows( )
public
# getInsertedId( )
protected
# _loadFirstRowCache( )
public
# __get( $name )
public
# __isset( $name )
public
# rewind( )

Implementation of

Iterator::rewind()
public
# current( )

Implementation of

Iterator::current()
public
# key( )

Implementation of

Iterator::key()
public
# next( )

Implementation of

Iterator::next()
public
# valid( )

Implementation of

Iterator::valid()
Properties summary
protected string $_mysqlResult
# ''
protected string $_mysqli
# ''
protected $_firstRowCache
# null
protected boolean $_firstRowCached
# false
protected integer $_position
# 0
protected boolean $_currentRow
# false
API documentation generated by ApiGen