Codeigniter 4 : BUG Data not inserted to database
I have a data problem where $data does not enter the pemesanan table. I have done dd($data)
and the data is in array form. when I do $PemesananModel->save($data)
, the data is not inserted to the database. Please help me