PHP Class phprs\ezsql\impls\Response

Afficher le fichier Open project: caoym/phprs-restful

Méthodes publiques

Свойство Type Description
$pdo PDO
$rows integer the number of rows.
$st PDOStatement
$success boolean true on success or false on failure.

Méthodes publiques

Méthode Description
__construct ( $success, $pdo, $st )
lastInsertId ( $name = null )

Method Details

__construct() public méthode

public __construct ( $success, $pdo, $st )

lastInsertId() public méthode

public lastInsertId ( $name = null )

Property Details

$pdo public_oe property

public PDO $pdo
Résultat PDO

$rows public_oe property

the number of rows.
public int $rows
Résultat integer

$st public_oe property

public PDOStatement $st
Résultat PDOStatement

$success public_oe property

true on success or false on failure.
public bool $success
Résultat boolean