string getTablePrefix() Get the grammar's table prefix. Return Value string
int status() Get the status code for the response. Return Value int
static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model
bool hasCookie(string $key) Determine if a cookie is set on the request. Parameters string $key Return Value bool
bool bound(string $abstract) Determine if the given abstract type has been bound. Parameters string $abstract Return Value bool
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
$this setTablePrefix(string $prefix) Set the grammar's table prefix. Parameters string $prefix Return Value $this
Page 44 of 996