CodeIgniter.php File Reference

Go to the source code of this file.


Enumerations

enum  CI_VERSION

Variables

 $BM = & load_class('Benchmark')
 $EXT = & load_class('Hooks')
 $CFG = & load_class('Config')
 $URI = & load_class('URI')
 $RTR = & load_class('Router')
 $OUT = & load_class('Output')
if($EXT->_call_hook('cache_override')===FALSE) $IN = & load_class('Input')
 $LANG = & load_class('Language')
 if (!file_exists(APPPATH.'controllers/'.$RTR->fetch_directory().$RTR->fetch_class().EXT))
 $class = $RTR->fetch_class()
 $method = $RTR->fetch_method()
 $CI = new $class()

Enumeration Type Documentation

enum CI_VERSION

Definition at line 31 of file CodeIgniter.php.


Variable Documentation

$BM = & load_class('Benchmark')

Definition at line 68 of file CodeIgniter.php.

Referenced by CI_Output::_display().

$EXT = & load_class('Hooks')

Definition at line 78 of file CodeIgniter.php.

if ($EXT->_call_hook('cache_override')===FALSE) $IN = & load_class('Input')

Definition at line 118 of file CodeIgniter.php.

$LANG = & load_class('Language')

Definition at line 119 of file CodeIgniter.php.

Referenced by CI_DB_driver::display_error().

$method = $RTR->fetch_method()

$OUT = & load_class('Output')

Definition at line 96 of file CodeIgniter.php.

Referenced by CI_Loader::_ci_load().

$RTR = & load_class('Router')

Definition at line 95 of file CodeIgniter.php.

$URI = & load_class('URI')

Definition at line 94 of file CodeIgniter.php.

Referenced by CI_Output::_display_cache().

if(!file_exists(APPPATH.'controllers/'.$RTR->fetch_directory().$RTR->fetch_class().EXT))