waifung0207 / ci_bootstrap_3

A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools
MIT License
385 stars 316 forks source link

function _fetch_table() #122

Open tmtung144 opened 7 years ago

tmtung144 commented 7 years ago

private function _fetch_table() { if ($this->_table == NULL) { $this->_table = plural(preg_replace('/(_m|_model)?$/', '', strtolower(get_class($this)))); } }

Why do you use the plural in the _fetch_table() function?