Welcome Guest, Not a member yet? Register   Sign In
groupBy() undefined in Model.php
#1

hello

in my model i use
PHP Code:
$this->select('.....')
     ->join('.....','left')
    ->groupBy('.....'); 
phpstan return an error
Code:
Call to an undefined method App\Models\MyModel::groupBy()
maybe this line
PHP Code:
* @method $this groupBy($by, ?bool $escape null
will be added in the Model.php in codeigniter folder ?
Reply


Messages In This Thread
groupBy() undefined in Model.php - by paul - 08-17-2022, 08:31 AM
RE: groupBy() undefined in Model.php - by plaztic - 08-17-2022, 01:13 PM
RE: groupBy() undefined in Model.php - by kenjis - 08-27-2022, 02:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB