1. ホーム

メンバ関数fetch()のNULLでの呼び出し

2022-02-09 03:09:43
public function __construct()
{ parent::__construct();
    $this->userid = 1;
}

public function index()
{
    return $this->fetch();
}

確率的には、__construct()内の親のモノが追加されていない状態