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() | |
| enum CI_VERSION |
Definition at line 31 of file CodeIgniter.php.
| $BM = & load_class('Benchmark') |
| $CFG = & load_class('Config') |
Definition at line 93 of file CodeIgniter.php.
Referenced by CI_Output::_display(), CI_Output::_display_cache(), CI_Input::_html_entity_decode_callback(), CI_Hooks::_initialize(), and CI_Input::CI_Input().
| $CI = new $class() |
Definition at line 197 of file CodeIgniter.php.
Referenced by Model::_assign_libraries(), CI_Loader::_ci_assign_to_models(), CI_Loader::_ci_autoloader(), CI_Loader::_ci_init_class(), CI_Loader::_ci_is_instance(), CI_Loader::_ci_load_class(), CI_Output::_display(), CI_FTP::_error(), CI_Xmlrpcs::_execute(), CI_Email::_set_error_message(), CI_Output::_write_cache(), CI_DB_utility::backup(), CI_DB_forge::CI_DB_forge(), CI_DB_utility::CI_DB_utility(), CI_Loader::config(), CI_Pagination::create_links(), CI_Loader::database(), CI_Loader::dbforge(), CI_Loader::dbutil(), XML_RPC_Response::decode(), CI_Upload::do_xss_clean(), CI_Zip::download(), CI_DB_odbc_driver::escape_str(), CI_DB_oci8_driver::escape_str(), CI_DB_mssql_driver::escape_str(), get_instance(), js_calendar_script(), CI_Loader::language(), CI_Language::load(), CI_Loader::model(), XML_RPC_Message::output_parameters(), CI_Parser::parse(), CI_Unit_test::report(), CI_Unit_test::result(), CI_Loader::scaffold_language(), CI_Loader::scaffolding(), CI_Upload::set_error(), CI_Image_lib::set_error(), and CI_DB_utility::xml_from_result().
| $class = $RTR->fetch_class() |
Definition at line 169 of file CodeIgniter.php.
Referenced by CI_Loader::_ci_init_class(), Controller::_ci_initialize(), CI_Loader::_ci_load_class(), CI_Hooks::_run_hook(), CI_Loader::dbforge(), CI_Loader::dbutil(), CI_Loader::library(), and load_class().
| $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') |
| $method = $RTR->fetch_method() |
Definition at line 170 of file CodeIgniter.php.
Referenced by Controller::_ci_scaffolding(), CI_Upload::initialize(), and CI_Email::initialize().
| $OUT = & load_class('Output') |
| $RTR = & load_class('Router') |
Definition at line 95 of file CodeIgniter.php.
| $URI = & load_class('URI') |
| if(!file_exists(APPPATH.'controllers/'.$RTR->fetch_directory().$RTR->fetch_class().EXT)) |
Definition at line 149 of file CodeIgniter.php.
Referenced by CI_Output::_write_cache(), CI_DB_driver::call_function(), CI_Log::CI_Log(), and CI_Trackback::process().