avenirer / CodeIgniter-MY_Model

Base model (MY_Model) for the Codeigniter framework.
324 stars 203 forks source link

_set_table_fillable_protected is required #268

Closed svennd closed 6 years ago

svennd commented 6 years ago

_set_table_fillable_protected is required else $this->fillable = null; this gives errors on in_array()

see https://github.com/avenirer/CodeIgniter-MY_Model/issues/266

avenirer commented 6 years ago

Thank you for submitting this.