Home
last modified time | relevance | path

Searched refs:_ci_classes (Results 1 – 2 of 2) sorted by relevance

/dports/www/Stikked/Stikked-0.13.0/htdocs/system/core/
H A DLoader.php101 protected $_ci_classes = array(); variable in CI_Loader
139 $this->_ci_classes =& is_loaded();
174 return array_search(ucfirst($class), $this->_ci_classes, TRUE);
1280 $this->_ci_classes[$object_name] = $class;
/dports/www/codeigniter/CodeIgniter-3.1.11/system/core/
H A DLoader.php101 protected $_ci_classes = array(); variable in CI_Loader
139 $this->_ci_classes =& is_loaded();
174 return array_search(ucfirst($class), $this->_ci_classes, TRUE);
1280 $this->_ci_classes[$object_name] = $class;