raviraiya
Results
2
comments of
raviraiya
Hi i m also getting same error.. Please fix this ASAP. we are not able to use database cache in application
Hi i found solution of this problem. you need to use following code : $crud->set_primary_key('primery_key_name','tablename'); like i have a task table : $crud->set_primary_key('task_id','task'); you need to define which is your...