class MyDb{
..........
パブリック関数テスト($sql)
{
$this->affect_nums = $ this-> ;pdo->exec($sql);//影響を受ける行の数
if ($this->affect_nums>0) {
$this->insertId = $this-> pdo-> lastInsertId();//最後の挿入 ID
if(null !== $this->insertId){
echo "挿入に成功しました。";
} else {
echo 「�%
申し訳ありませんが、コード内の lastInsertid() に 2 つの括弧がありません。問題はこれではありません。