PHP Cake\ORM Query::insert - 1 examples found. These are the top rated real world PHP examples of Cake\ORM\Query::insert extracted from open source projects. You can rate examples to help us improve the quality of examples.
This changes the query type to be 'insert'.
Note calling this method will reset any data previously set
with Query::values()
Can be combined with the where() method to create delete queries.