CodeIgniter installed
authorCalin Burloiu <calin.burloiu@gmail.com>
Tue, 5 Jul 2011 13:43:36 +0000 (16:43 +0300)
committerCalin Burloiu <calin.burloiu@gmail.com>
Tue, 5 Jul 2011 13:43:36 +0000 (16:43 +0300)
commit6d8f5b56b237767344bc4a283b4093e6d6f1a612
treec5c4e32782a8076540292a873ba32e929132eef2
parent0f67329ebdddeb59a2b6b79aedb1fce421378ca8
CodeIgniter installed
323 files changed:
application/.htaccess [new file with mode: 0755]
application/cache/.htaccess [new file with mode: 0755]
application/cache/index.html [new file with mode: 0755]
application/config/autoload.php [new file with mode: 0755]
application/config/config.php [new file with mode: 0755]
application/config/constants.php [new file with mode: 0755]
application/config/database.php [new file with mode: 0755]
application/config/doctypes.php [new file with mode: 0755]
application/config/foreign_chars.php [new file with mode: 0755]
application/config/hooks.php [new file with mode: 0755]
application/config/index.html [new file with mode: 0755]
application/config/mimes.php [new file with mode: 0755]
application/config/profiler.php [new file with mode: 0755]
application/config/routes.php [new file with mode: 0755]
application/config/smileys.php [new file with mode: 0755]
application/config/user_agents.php [new file with mode: 0755]
application/controllers/index.html [new file with mode: 0755]
application/controllers/welcome.php [new file with mode: 0755]
application/core/index.html [new file with mode: 0755]
application/errors/error_404.php [new file with mode: 0755]
application/errors/error_db.php [new file with mode: 0755]
application/errors/error_general.php [new file with mode: 0755]
application/errors/error_php.php [new file with mode: 0755]
application/errors/index.html [new file with mode: 0755]
application/helpers/index.html [new file with mode: 0755]
application/hooks/index.html [new file with mode: 0755]
application/index.html [new file with mode: 0755]
application/language/english/index.html [new file with mode: 0755]
application/libraries/index.html [new file with mode: 0755]
application/logs/index.html [new file with mode: 0755]
application/models/index.html [new file with mode: 0755]
application/third_party/index.html [new file with mode: 0755]
application/views/index.html [new file with mode: 0755]
application/views/welcome_message.php [new file with mode: 0755]
index.html [deleted file]
index.php [new file with mode: 0755]
license.txt [new file with mode: 0755]
system/.htaccess [new file with mode: 0755]
system/core/Benchmark.php [new file with mode: 0755]
system/core/CodeIgniter.php [new file with mode: 0755]
system/core/Common.php [new file with mode: 0755]
system/core/Config.php [new file with mode: 0755]
system/core/Controller.php [new file with mode: 0755]
system/core/Exceptions.php [new file with mode: 0755]
system/core/Hooks.php [new file with mode: 0755]
system/core/Input.php [new file with mode: 0755]
system/core/Lang.php [new file with mode: 0755]
system/core/Loader.php [new file with mode: 0755]
system/core/Model.php [new file with mode: 0755]
system/core/Output.php [new file with mode: 0755]
system/core/Router.php [new file with mode: 0755]
system/core/Security.php [new file with mode: 0755]
system/core/URI.php [new file with mode: 0755]
system/core/Utf8.php [new file with mode: 0755]
system/core/index.html [new file with mode: 0755]
system/database/DB.php [new file with mode: 0755]
system/database/DB_active_rec.php [new file with mode: 0755]
system/database/DB_cache.php [new file with mode: 0755]
system/database/DB_driver.php [new file with mode: 0755]
system/database/DB_forge.php [new file with mode: 0755]
system/database/DB_result.php [new file with mode: 0755]
system/database/DB_utility.php [new file with mode: 0755]
system/database/drivers/index.html [new file with mode: 0755]
system/database/drivers/mssql/index.html [new file with mode: 0755]
system/database/drivers/mssql/mssql_driver.php [new file with mode: 0755]
system/database/drivers/mssql/mssql_forge.php [new file with mode: 0755]
system/database/drivers/mssql/mssql_result.php [new file with mode: 0755]
system/database/drivers/mssql/mssql_utility.php [new file with mode: 0755]
system/database/drivers/mysql/index.html [new file with mode: 0755]
system/database/drivers/mysql/mysql_driver.php [new file with mode: 0755]
system/database/drivers/mysql/mysql_forge.php [new file with mode: 0755]
system/database/drivers/mysql/mysql_result.php [new file with mode: 0755]
system/database/drivers/mysql/mysql_utility.php [new file with mode: 0755]
system/database/drivers/mysqli/index.html [new file with mode: 0755]
system/database/drivers/mysqli/mysqli_driver.php [new file with mode: 0755]
system/database/drivers/mysqli/mysqli_forge.php [new file with mode: 0755]
system/database/drivers/mysqli/mysqli_result.php [new file with mode: 0755]
system/database/drivers/mysqli/mysqli_utility.php [new file with mode: 0755]
system/database/drivers/oci8/index.html [new file with mode: 0755]
system/database/drivers/oci8/oci8_driver.php [new file with mode: 0755]
system/database/drivers/oci8/oci8_forge.php [new file with mode: 0755]
system/database/drivers/oci8/oci8_result.php [new file with mode: 0755]
system/database/drivers/oci8/oci8_utility.php [new file with mode: 0755]
system/database/drivers/odbc/index.html [new file with mode: 0755]
system/database/drivers/odbc/odbc_driver.php [new file with mode: 0755]
system/database/drivers/odbc/odbc_forge.php [new file with mode: 0755]
system/database/drivers/odbc/odbc_result.php [new file with mode: 0755]
system/database/drivers/odbc/odbc_utility.php [new file with mode: 0755]
system/database/drivers/postgre/index.html [new file with mode: 0755]
system/database/drivers/postgre/postgre_driver.php [new file with mode: 0755]
system/database/drivers/postgre/postgre_forge.php [new file with mode: 0755]
system/database/drivers/postgre/postgre_result.php [new file with mode: 0755]
system/database/drivers/postgre/postgre_utility.php [new file with mode: 0755]
system/database/drivers/sqlite/index.html [new file with mode: 0755]
system/database/drivers/sqlite/sqlite_driver.php [new file with mode: 0755]
system/database/drivers/sqlite/sqlite_forge.php [new file with mode: 0755]
system/database/drivers/sqlite/sqlite_result.php [new file with mode: 0755]
system/database/drivers/sqlite/sqlite_utility.php [new file with mode: 0755]
system/database/index.html [new file with mode: 0755]
system/fonts/index.html [new file with mode: 0755]
system/fonts/texb.ttf [new file with mode: 0755]
system/helpers/array_helper.php [new file with mode: 0755]
system/helpers/captcha_helper.php [new file with mode: 0755]
system/helpers/cookie_helper.php [new file with mode: 0755]
system/helpers/date_helper.php [new file with mode: 0755]
system/helpers/directory_helper.php [new file with mode: 0755]
system/helpers/download_helper.php [new file with mode: 0755]
system/helpers/email_helper.php [new file with mode: 0755]
system/helpers/file_helper.php [new file with mode: 0755]
system/helpers/form_helper.php [new file with mode: 0755]
system/helpers/html_helper.php [new file with mode: 0755]
system/helpers/index.html [new file with mode: 0755]
system/helpers/inflector_helper.php [new file with mode: 0755]
system/helpers/language_helper.php [new file with mode: 0755]
system/helpers/number_helper.php [new file with mode: 0755]
system/helpers/path_helper.php [new file with mode: 0755]
system/helpers/security_helper.php [new file with mode: 0755]
system/helpers/smiley_helper.php [new file with mode: 0755]
system/helpers/string_helper.php [new file with mode: 0755]
system/helpers/text_helper.php [new file with mode: 0755]
system/helpers/typography_helper.php [new file with mode: 0755]
system/helpers/url_helper.php [new file with mode: 0755]
system/helpers/xml_helper.php [new file with mode: 0755]
system/index.html [new file with mode: 0755]
system/language/english/calendar_lang.php [new file with mode: 0755]
system/language/english/date_lang.php [new file with mode: 0755]
system/language/english/db_lang.php [new file with mode: 0755]
system/language/english/email_lang.php [new file with mode: 0755]
system/language/english/form_validation_lang.php [new file with mode: 0755]
system/language/english/ftp_lang.php [new file with mode: 0755]
system/language/english/imglib_lang.php [new file with mode: 0755]
system/language/english/index.html [new file with mode: 0755]
system/language/english/number_lang.php [new file with mode: 0755]
system/language/english/profiler_lang.php [new file with mode: 0755]
system/language/english/unit_test_lang.php [new file with mode: 0755]
system/language/english/upload_lang.php [new file with mode: 0755]
system/language/index.html [new file with mode: 0755]
system/libraries/Cache/Cache.php [new file with mode: 0755]
system/libraries/Cache/drivers/Cache_apc.php [new file with mode: 0755]
system/libraries/Cache/drivers/Cache_dummy.php [new file with mode: 0755]
system/libraries/Cache/drivers/Cache_file.php [new file with mode: 0755]
system/libraries/Cache/drivers/Cache_memcached.php [new file with mode: 0755]
system/libraries/Calendar.php [new file with mode: 0755]
system/libraries/Cart.php [new file with mode: 0755]
system/libraries/Driver.php [new file with mode: 0755]
system/libraries/Email.php [new file with mode: 0755]
system/libraries/Encrypt.php [new file with mode: 0755]
system/libraries/Form_validation.php [new file with mode: 0755]
system/libraries/Ftp.php [new file with mode: 0755]
system/libraries/Image_lib.php [new file with mode: 0755]
system/libraries/Javascript.php [new file with mode: 0755]
system/libraries/Log.php [new file with mode: 0755]
system/libraries/Pagination.php [new file with mode: 0755]
system/libraries/Parser.php [new file with mode: 0755]
system/libraries/Profiler.php [new file with mode: 0755]
system/libraries/Session.php [new file with mode: 0755]
system/libraries/Sha1.php [new file with mode: 0755]
system/libraries/Table.php [new file with mode: 0755]
system/libraries/Trackback.php [new file with mode: 0755]
system/libraries/Typography.php [new file with mode: 0755]
system/libraries/Unit_test.php [new file with mode: 0755]
system/libraries/Upload.php [new file with mode: 0755]
system/libraries/User_agent.php [new file with mode: 0755]
system/libraries/Xmlrpc.php [new file with mode: 0755]
system/libraries/Xmlrpcs.php [new file with mode: 0755]
system/libraries/Zip.php [new file with mode: 0755]
system/libraries/index.html [new file with mode: 0755]
system/libraries/javascript/Jquery.php [new file with mode: 0755]
user_guide/changelog.html [new file with mode: 0755]
user_guide/database/active_record.html [new file with mode: 0755]
user_guide/database/caching.html [new file with mode: 0755]
user_guide/database/call_function.html [new file with mode: 0755]
user_guide/database/configuration.html [new file with mode: 0755]
user_guide/database/connecting.html [new file with mode: 0755]
user_guide/database/examples.html [new file with mode: 0755]
user_guide/database/fields.html [new file with mode: 0755]
user_guide/database/forge.html [new file with mode: 0755]
user_guide/database/helpers.html [new file with mode: 0755]
user_guide/database/index.html [new file with mode: 0755]
user_guide/database/queries.html [new file with mode: 0755]
user_guide/database/results.html [new file with mode: 0755]
user_guide/database/table_data.html [new file with mode: 0755]
user_guide/database/transactions.html [new file with mode: 0755]
user_guide/database/utilities.html [new file with mode: 0755]
user_guide/doc_style/index.html [new file with mode: 0755]
user_guide/doc_style/template.html [new file with mode: 0755]
user_guide/general/alternative_php.html [new file with mode: 0755]
user_guide/general/ancillary_classes.html [new file with mode: 0755]
user_guide/general/autoloader.html [new file with mode: 0755]
user_guide/general/caching.html [new file with mode: 0755]
user_guide/general/cli.html [new file with mode: 0755]
user_guide/general/common_functions.html [new file with mode: 0755]
user_guide/general/controllers.html [new file with mode: 0755]
user_guide/general/core_classes.html [new file with mode: 0755]
user_guide/general/creating_drivers.html [new file with mode: 0755]
user_guide/general/creating_libraries.html [new file with mode: 0755]
user_guide/general/credits.html [new file with mode: 0755]
user_guide/general/drivers.html [new file with mode: 0755]
user_guide/general/environments.html [new file with mode: 0755]
user_guide/general/errors.html [new file with mode: 0755]
user_guide/general/helpers.html [new file with mode: 0755]
user_guide/general/hooks.html [new file with mode: 0755]
user_guide/general/libraries.html [new file with mode: 0755]
user_guide/general/managing_apps.html [new file with mode: 0755]
user_guide/general/models.html [new file with mode: 0755]
user_guide/general/profiling.html [new file with mode: 0755]
user_guide/general/quick_reference.html [new file with mode: 0755]
user_guide/general/requirements.html [new file with mode: 0755]
user_guide/general/reserved_names.html [new file with mode: 0755]
user_guide/general/routing.html [new file with mode: 0755]
user_guide/general/security.html [new file with mode: 0755]
user_guide/general/styleguide.html [new file with mode: 0755]
user_guide/general/urls.html [new file with mode: 0755]
user_guide/general/views.html [new file with mode: 0755]
user_guide/helpers/array_helper.html [new file with mode: 0755]
user_guide/helpers/captcha_helper.html [new file with mode: 0755]
user_guide/helpers/cookie_helper.html [new file with mode: 0755]
user_guide/helpers/date_helper.html [new file with mode: 0755]
user_guide/helpers/directory_helper.html [new file with mode: 0755]
user_guide/helpers/download_helper.html [new file with mode: 0755]
user_guide/helpers/email_helper.html [new file with mode: 0755]
user_guide/helpers/file_helper.html [new file with mode: 0755]
user_guide/helpers/form_helper.html [new file with mode: 0755]
user_guide/helpers/html_helper.html [new file with mode: 0755]
user_guide/helpers/inflector_helper.html [new file with mode: 0755]
user_guide/helpers/language_helper.html [new file with mode: 0755]
user_guide/helpers/number_helper.html [new file with mode: 0755]
user_guide/helpers/path_helper.html [new file with mode: 0755]
user_guide/helpers/security_helper.html [new file with mode: 0755]
user_guide/helpers/smiley_helper.html [new file with mode: 0755]
user_guide/helpers/string_helper.html [new file with mode: 0755]
user_guide/helpers/text_helper.html [new file with mode: 0755]
user_guide/helpers/typography_helper.html [new file with mode: 0755]
user_guide/helpers/url_helper.html [new file with mode: 0755]
user_guide/helpers/xml_helper.html [new file with mode: 0755]
user_guide/images/appflowchart.gif [new file with mode: 0755]
user_guide/images/arrow.gif [new file with mode: 0755]
user_guide/images/ci_logo.jpg [new file with mode: 0755]
user_guide/images/ci_logo_flame.jpg [new file with mode: 0755]
user_guide/images/ci_quick_ref.png [new file with mode: 0755]
user_guide/images/codeigniter_1.7.1_helper_reference.pdf [new file with mode: 0755]
user_guide/images/codeigniter_1.7.1_helper_reference.png [new file with mode: 0755]
user_guide/images/codeigniter_1.7.1_library_reference.pdf [new file with mode: 0755]
user_guide/images/codeigniter_1.7.1_library_reference.png [new file with mode: 0755]
user_guide/images/file.gif [new file with mode: 0755]
user_guide/images/folder.gif [new file with mode: 0755]
user_guide/images/nav_bg_darker.jpg [new file with mode: 0755]
user_guide/images/nav_separator_darker.jpg [new file with mode: 0755]
user_guide/images/nav_toggle_darker.jpg [new file with mode: 0755]
user_guide/images/reactor-bullet.png [new file with mode: 0755]
user_guide/images/smile.gif [new file with mode: 0755]
user_guide/images/transparent.gif [new file with mode: 0755]
user_guide/index.html [new file with mode: 0755]
user_guide/installation/downloads.html [new file with mode: 0755]
user_guide/installation/index.html [new file with mode: 0755]
user_guide/installation/troubleshooting.html [new file with mode: 0755]
user_guide/installation/upgrade_120.html [new file with mode: 0755]
user_guide/installation/upgrade_130.html [new file with mode: 0755]
user_guide/installation/upgrade_131.html [new file with mode: 0755]
user_guide/installation/upgrade_132.html [new file with mode: 0755]
user_guide/installation/upgrade_133.html [new file with mode: 0755]
user_guide/installation/upgrade_140.html [new file with mode: 0755]
user_guide/installation/upgrade_141.html [new file with mode: 0755]
user_guide/installation/upgrade_150.html [new file with mode: 0755]
user_guide/installation/upgrade_152.html [new file with mode: 0755]
user_guide/installation/upgrade_153.html [new file with mode: 0755]
user_guide/installation/upgrade_154.html [new file with mode: 0755]
user_guide/installation/upgrade_160.html [new file with mode: 0755]
user_guide/installation/upgrade_161.html [new file with mode: 0755]
user_guide/installation/upgrade_162.html [new file with mode: 0755]
user_guide/installation/upgrade_163.html [new file with mode: 0755]
user_guide/installation/upgrade_170.html [new file with mode: 0755]
user_guide/installation/upgrade_171.html [new file with mode: 0755]
user_guide/installation/upgrade_172.html [new file with mode: 0755]
user_guide/installation/upgrade_200.html [new file with mode: 0755]
user_guide/installation/upgrade_201.html [new file with mode: 0755]
user_guide/installation/upgrade_202.html [new file with mode: 0755]
user_guide/installation/upgrade_b11.html [new file with mode: 0755]
user_guide/installation/upgrading.html [new file with mode: 0755]
user_guide/libraries/benchmark.html [new file with mode: 0755]
user_guide/libraries/caching.html [new file with mode: 0755]
user_guide/libraries/calendar.html [new file with mode: 0755]
user_guide/libraries/cart.html [new file with mode: 0755]
user_guide/libraries/config.html [new file with mode: 0755]
user_guide/libraries/email.html [new file with mode: 0755]
user_guide/libraries/encryption.html [new file with mode: 0755]
user_guide/libraries/file_uploading.html [new file with mode: 0755]
user_guide/libraries/form_validation.html [new file with mode: 0755]
user_guide/libraries/ftp.html [new file with mode: 0755]
user_guide/libraries/image_lib.html [new file with mode: 0755]
user_guide/libraries/input.html [new file with mode: 0755]
user_guide/libraries/javascript.html [new file with mode: 0755]
user_guide/libraries/language.html [new file with mode: 0755]
user_guide/libraries/loader.html [new file with mode: 0755]
user_guide/libraries/output.html [new file with mode: 0755]
user_guide/libraries/pagination.html [new file with mode: 0755]
user_guide/libraries/parser.html [new file with mode: 0755]
user_guide/libraries/security.html [new file with mode: 0755]
user_guide/libraries/sessions.html [new file with mode: 0755]
user_guide/libraries/table.html [new file with mode: 0755]
user_guide/libraries/trackback.html [new file with mode: 0755]
user_guide/libraries/typography.html [new file with mode: 0755]
user_guide/libraries/unit_testing.html [new file with mode: 0755]
user_guide/libraries/uri.html [new file with mode: 0755]
user_guide/libraries/user_agent.html [new file with mode: 0755]
user_guide/libraries/xmlrpc.html [new file with mode: 0755]
user_guide/libraries/zip.html [new file with mode: 0755]
user_guide/license.html [new file with mode: 0755]
user_guide/nav/hacks.txt [new file with mode: 0755]
user_guide/nav/moo.fx.js [new file with mode: 0755]
user_guide/nav/nav.js [new file with mode: 0755]
user_guide/nav/prototype.lite.js [new file with mode: 0755]
user_guide/nav/user_guide_menu.js [new file with mode: 0755]
user_guide/overview/appflow.html [new file with mode: 0755]
user_guide/overview/at_a_glance.html [new file with mode: 0755]
user_guide/overview/cheatsheets.html [new file with mode: 0755]
user_guide/overview/features.html [new file with mode: 0755]
user_guide/overview/getting_started.html [new file with mode: 0755]
user_guide/overview/goals.html [new file with mode: 0755]
user_guide/overview/index.html [new file with mode: 0755]
user_guide/overview/mvc.html [new file with mode: 0755]
user_guide/toc.html [new file with mode: 0755]
user_guide/userguide.css [new file with mode: 0755]