Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Champs de données | |
const | NEXT = 0 |
const | PRIOR = 1 |
const | FIRST = 2 |
const | LAST = 3 |
const | ABS = 4 |
const | REL = 5 |
Fonctions membres privées | |
__construct () | |
Class defining the fetch orientation for prepared statements
The values of the constants in this class match the PDO::FETCH_ORI_*
constants.
|
private |
Private constructor to prevent instantiation of this class
const ABS = 4 |
const FIRST = 2 |
const LAST = 3 |
const NEXT = 0 |
const PRIOR = 1 |
const REL = 5 |