从 PHP7.4 升级到 PHP8.1 后出现以下 PHP 错误
$result = CarsDAO::selectCarsByColor($idCar, self::CARS_PER_PAGE, 0);
Non static method 'selectCarsByColor' should not be called statically
有什么想法如何重写它才可以吗?
php php-8.1
php ×1
php-8.1 ×1