ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

function _fetch_table()

Open tmtung144 opened this issue 7 years ago • 0 comments

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?

tmtung144 avatar Sep 06 '17 01:09 tmtung144