Class FOFDatabaseIteratorMysql
MySQL database iterator.
- FOFDatabaseIterator implements Iterator
- FOFDatabaseIteratorMysql
Package: FrameworkOnFramework\database
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Located at fof/database/iterator/mysql.php
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects instead of plain stdClass objects
Located at fof/database/iterator/mysql.php
Methods summary
public
integer
|
|
protected
mixed
|
|
protected
|
Methods inherited from FOFDatabaseIterator
__construct()
,
__destruct()
,
current()
,
getIterator()
,
getTable()
,
key()
,
next()
,
rewind()
,
valid()