avenirer / CodeIgniter-MY_Model

Base model (MY_Model) for the Codeigniter framework.
325 stars 204 forks source link

fix dbprefix on sofe delete #281

Open yuanjianhua opened 5 years ago

yuanjianhua commented 5 years ago

Line:1553 add line : $this->table = $this->_database->dbprefix($this->_get_table_name(get_class($this)));

swearl commented 5 years ago

https://github.com/avenirer/CodeIgniter-MY_Model/issues/273