Adel-Qusay / Codeigniter-4-CRUD-generator

ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
122 stars 83 forks source link

if there aren't keys set for the table it throws this error: #8

Closed g3ck0 closed 2 years ago

g3ck0 commented 2 years ago
Notice: Trying to access array offset on value of type null in \core\class.engine.php on line 99

i propose this way to fix it (it works for me)

$disabled = ( $column[0] == trim((isset($pkResult['Column_name'])?$pkResult['Column_name']:'')))? 'disabled' : '';