PHP Class phprs\ezsql\rules\insert\InsertRule

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

Public Methods

Method Description
insertInto ( string $table ) : ValuesRule insertInto('table')->values([1,2]) => "INSERT INTO table VALUES(1,2)"

Method Details

insertInto() public method

insertInto('table')->values([1,2]) => "INSERT INTO table VALUES(1,2)"
public insertInto ( string $table ) : ValuesRule
$table string
return ValuesRule