PHP Class phprs\ezsql\rules\delete\DeleteRule

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

Méthodes publiques

Méthode Description
deleteFrom ( string $table ) : WhereRule deleteFrom('table') => "DELETE FROM table"

Method Details

deleteFrom() public méthode

deleteFrom('table') => "DELETE FROM table"
public deleteFrom ( string $table ) : WhereRule
$table string
Résultat phprs\ezsql\rules\basic\WhereRule