EVOLUTION-NINJA
Edit File: Online_Exam_AboutModel.php
<?php namespace App\Models; use CodeIgniter\Model; class Online_Exam_AboutModel extends Model { protected $table ='online_exam_about'; // protected $primaryKey = 'conference_id'; protected $allowedFields = ['org_id','conference_id','title','date_from','date_to','location','theme','intro','org_msg','created_at','reg_fee','full_course','reg_details','created_by','updated_at','updated_by','brochure','section','category','active_status']; } ?>