HelperInterface
interface HelperInterface
Query builder helper interface.
Methods
false|int
insertAndGetId(Query $query, array $values, string|null $primaryKey = null)
Inserts data into the chosen table and returns the auto increment id.
Details
at line 25
false|int
insertAndGetId(Query $query, array $values, string|null $primaryKey = null)
Inserts data into the chosen table and returns the auto increment id.