Validation in the Model not working |
(01-17-2021, 06:13 AM)josh2112o Wrote: Hi all, You have overridden the model constructor. The model constructor already defines the $db property. And you can get access to QueryBuilder by calling the $this->builder() method. If you still need a class constructor, then call the parent's constructor. |
Messages In This Thread |
Validation in the Model not working - by josh2112o - 01-17-2021, 06:13 AM
RE: Validation in the Model not working - by Corsari - 01-17-2021, 08:55 AM
RE: Validation in the Model not working - by josh2112o - 01-17-2021, 10:57 AM
RE: Validation in the Model not working - by iRedds - 01-17-2021, 11:32 AM
RE: Validation in the Model not working - by josh2112o - 01-17-2021, 11:41 AM
RE: Validation in the Model not working - by neoneeco - 01-18-2021, 11:06 AM
RE: Validation in the Model not working - by josh2112o - 01-18-2021, 02:18 PM
|