forInvalidMethodTriggered()
forInvalidMethodTriggered(string $method) : \CodeIgniter\Database\Exceptions\DataException
Used by the Model's trigger() method when the callback cannot be found.
Parameters
string | $method |
forInvalidMethodTriggered(string $method) : \CodeIgniter\Database\Exceptions\DataException
Used by the Model's trigger() method when the callback cannot be found.
string | $method |
forEmptyDataset(string $mode) : \CodeIgniter\Database\Exceptions\DataException
Used by Model's insert/update methods when there isn't any data to actually work with.
string | $mode |
forInvalidArgument(string $argument) : \CodeIgniter\Database\Exceptions\DataException
Thrown when an argument for one of the Model's methods were empty or otherwise invalid, and they could not be to work correctly for that method.
string | $argument |
Loading…