PHP Class phprs\ezsql\rules\delete\DeleteRule

Inheritance: extends phprs\ezsql\rules\basic\BasicRule
Show file Open project: caoym/phprs-restful Class Usage Examples

Public Methods

Method Description
deleteFrom ( string $table ) : WhereRule deleteFrom('table') => "DELETE FROM table"

Method Details

deleteFrom() public method

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