Z:/projects/CI/system/codeigniter/CodeIgniter.php File Reference


Namespaces

namespace  CodeIgniter

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


Variable Documentation

$BM = & load_class('Benchmark')

$CFG = & load_class('Config')

$CI = new $class()

$class = $RTR->fetch_class()

$EXT = & load_class('Hooks')

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

$LANG = & load_class('Language')

$method = $RTR->fetch_method()

$OUT = & load_class('Output')

$RTR = & load_class('Router')

$URI = & load_class('URI')

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


Generated on Sun Nov 16 16:09:06 2008 for CodeIgniter by  doxygen 1.5.7.1