PHP Class phprs\ezsql\rules\update\UpdateRule

Inheritance: extends phprs\ezsql\rules\basic\BasicRule
Afficher le fichier Open project: caoym/phprs-restful Class Usage Examples

Méthodes publiques

Méthode Description
update ( string $table ) : UpdateSetRule update('table')->set('a', 1) => "UPDATE table SET a=1"

Method Details

update() public méthode

update('table')->set('a', 1) => "UPDATE table SET a=1"
public update ( string $table ) : UpdateSetRule
$table string
Résultat UpdateSetRule