Overview

Namespaces

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

Classes

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

Class Iterator

Simpletools\Db\Mysql\Iterator implements Iterator
Namespace: Simpletools\Db\Mysql
Located at Simpletools/Db/Mysql/Iterator.php
Methods summary
public
# __construct( & $mysql, $settings )
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()
API documentation generated by ApiGen