Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
count () | |
Fonctions membres publiques inherited from JDatabaseIterator | |
__construct ($cursor, $column=null, $class= 'stdClass') | |
__destruct () | |
current () | |
key () | |
next () | |
rewind () | |
valid () |
Fonctions membres protégées | |
fetchObject () | |
freeResult () |
Additional Inherited Members | |
Attributs protégés inherited from JDatabaseIterator | |
$cursor | |
$class |
JDatabaseIteratorPdo::count | ( | ) |
Get the number of rows in the result set for the executed SQL given by the cursor.
Définition à la ligne 29 du fichier pdo.php.
|
protected |
Method to fetch a row from the result set cursor as an object.
Réimplémentée à partir de JDatabaseIterator.
Définition à la ligne 48 du fichier pdo.php.
Références JDatabaseIterator\fetchObject().
|
protected |
Method to free up the memory used for the result set.
Réimplémentée à partir de JDatabaseIterator.
Définition à la ligne 67 du fichier pdo.php.