CodeIgniter-MY_Model icon indicating copy to clipboard operation
CodeIgniter-MY_Model copied to clipboard

fix dbprefix on sofe delete

Open yuanjianhua opened this issue 7 years ago • 1 comments

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

yuanjianhua avatar Jan 07 '19 03:01 yuanjianhua

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

swearl avatar Aug 07 '19 02:08 swearl