init commit
Showing
with
4267 additions
and
0 deletions
ci/.editorconfig
0 → 100644
ci/.gitignore
0 → 100644
ci/.vs/ProjectSettings.json
0 → 100644
ci/.vs/ci/config/applicationhost.config
0 → 100644
This diff is collapsed.
Click to expand it.
ci/.vs/ci/v16/.suo
0 → 100644
No preview for this file type
ci/.vs/slnx.sqlite
0 → 100644
No preview for this file type
ci/application/.htaccess
0 → 100644
ci/application/cache/index.html
0 → 100644
ci/application/config/autoload.php
0 → 100644
ci/application/config/config.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/application/config/constants.php
0 → 100644
ci/application/config/database.php
0 → 100644
ci/application/config/doctypes.php
0 → 100644
ci/application/config/foreign_chars.php
0 → 100644
ci/application/config/hooks.php
0 → 100644
ci/application/config/index.html
0 → 100644
ci/application/config/memcached.php
0 → 100644
ci/application/config/migration.php
0 → 100644
ci/application/config/mimes.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/application/config/profiler.php
0 → 100644
ci/application/config/routes.php
0 → 100644
ci/application/config/smileys.php
0 → 100644
ci/application/config/user_agents.php
0 → 100644
ci/application/controllers/Auth.php
0 → 100644
ci/application/controllers/Welcome.php
0 → 100644
ci/application/controllers/home.php
0 → 100644
ci/application/controllers/index.html
0 → 100644
ci/application/core/index.html
0 → 100644
ci/application/helpers/index.html
0 → 100644
ci/application/hooks/index.html
0 → 100644
ci/application/index.html
0 → 100644
ci/application/language/english/index.html
0 → 100644
ci/application/language/index.html
0 → 100644
ci/application/libraries/index.html
0 → 100644
ci/application/logs/index.html
0 → 100644
ci/application/models/Auth_model.php
0 → 100644
ci/application/models/index.html
0 → 100644
ci/application/third_party/index.html
0 → 100644
ci/application/views/errors/cli/error_db.php
0 → 100644
ci/application/views/errors/cli/index.html
0 → 100644
ci/application/views/errors/html/index.html
0 → 100644
ci/application/views/errors/index.html
0 → 100644
ci/application/views/index.html
0 → 100644
ci/application/views/login.php
0 → 100644
ci/application/views/products.php
0 → 100644
ci/application/views/register.php
0 → 100644
ci/application/views/succes_reg.php
0 → 100644
ci/application/views/templates/header.php
0 → 100644
ci/application/views/welcome_message.php
0 → 100644
ci/assets/css/bootstrap-grid.css
0 → 100644
This diff is collapsed.
Click to expand it.
ci/assets/css/bootstrap-grid.css.map
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/css/bootstrap-grid.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
ci/assets/css/bootstrap-grid.min.css.map
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/css/bootstrap-reboot.css
0 → 100644
ci/assets/css/bootstrap-reboot.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
ci/assets/css/bootstrap-reboot.min.css
0 → 100644
ci/assets/css/bootstrap-reboot.min.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
ci/assets/css/bootstrap.css
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/css/bootstrap.css.map
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/css/bootstrap.min.css
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/css/bootstrap.min.css.map
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/js/bootstrap.bundle.js
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/js/bootstrap.bundle.js.map
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/js/bootstrap.bundle.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/assets/js/bootstrap.bundle.min.js.map
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/js/bootstrap.js
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/js/bootstrap.js.map
0 → 100644
This diff could not be displayed because it is too large.
ci/assets/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/assets/js/bootstrap.min.js.map
0 → 100644
This diff could not be displayed because it is too large.
ci/composer.json
0 → 100644
{ | ||
"description": "The CodeIgniter framework", | ||
"name": "codeigniter/framework", | ||
"type": "project", | ||
"homepage": "https://codeigniter.com", | ||
"license": "MIT", | ||
"support": { | ||
"forum": "http://forum.codeigniter.com/", | ||
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki", | ||
"slack": "https://codeigniterchat.slack.com", | ||
"source": "https://github.com/bcit-ci/CodeIgniter" | ||
}, | ||
"require": { | ||
"php": ">=5.3.7" | ||
}, | ||
"suggest": { | ||
"paragonie/random_compat": "Provides better randomness in PHP 5.x" | ||
}, | ||
"require-dev": { | ||
"mikey179/vfsStream": "1.1.*", | ||
"phpunit/phpunit": "4.* || 5.*" | ||
} | ||
} |
ci/contributing.md
0 → 100644
ci/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/license.txt
0 → 100644
ci/readme.rst
0 → 100644
ci/system/.htaccess
0 → 100644
ci/system/core/Benchmark.php
0 → 100644
ci/system/core/CodeIgniter.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/Common.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/Config.php
0 → 100644
ci/system/core/Controller.php
0 → 100644
ci/system/core/Exceptions.php
0 → 100644
ci/system/core/Hooks.php
0 → 100644
ci/system/core/Input.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/Lang.php
0 → 100644
ci/system/core/Loader.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/Log.php
0 → 100644
ci/system/core/Model.php
0 → 100644
ci/system/core/Output.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/Router.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/Security.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/URI.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/Utf8.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/compat/hash.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/compat/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/compat/mbstring.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/compat/password.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/compat/standard.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/core/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/DB.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/DB_cache.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/DB_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/DB_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/DB_query_builder.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/DB_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/DB_utility.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/cubrid/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/ibase/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/mssql/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/mysql/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/mysqli/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/oci8/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/odbc/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/pdo/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/pdo/pdo_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/sqlite/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/drivers/sqlsrv/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/database/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/fonts/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/fonts/texb.ttf
0 → 100644
No preview for this file type
ci/system/helpers/array_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/captcha_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/cookie_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/date_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/directory_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/download_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/email_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/file_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/form_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/html_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/inflector_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/language_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/number_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/path_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/security_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/smiley_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/string_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/text_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/typography_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/url_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/helpers/xml_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/language/english/calendar_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/language/english/date_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/language/english/db_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/language/english/email_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/language/english/ftp_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/language/english/imglib_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/language/english/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/language/english/number_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/language/english/profiler_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/language/english/upload_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/language/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Cache/Cache.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/libraries/Cache/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Cache/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Calendar.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Cart.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Email.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Encrypt.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Encryption.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Form_validation.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Ftp.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Image_lib.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Javascript.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Javascript/Jquery.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Javascript/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Migration.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Pagination.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Parser.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Profiler.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Session/Session.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/system/libraries/Session/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Table.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Trackback.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Typography.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Unit_test.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Upload.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/User_agent.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Xmlrpc.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Xmlrpcs.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/Zip.php
0 → 100644
This diff is collapsed.
Click to expand it.
ci/system/libraries/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/.buildinfo
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/DCO.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_downloads/ELDocs.tmbundle.zip
0 → 100644
No preview for this file type
ci/user_guide/_images/appflowchart.gif
0 → 100644

24.7 KB
ci/user_guide/_images/smile.gif
0 → 100644

1.13 KB
ci/user_guide/_static/ajax-loader.gif
0 → 100644

673 Bytes
ci/user_guide/_static/basic.css
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/ci-icon.ico
0 → 100644
No preview for this file type
ci/user_guide/_static/comment-bright.png
0 → 100644

756 Bytes
ci/user_guide/_static/comment-close.png
0 → 100644

829 Bytes
ci/user_guide/_static/comment.png
0 → 100644

641 Bytes
ci/user_guide/_static/css/badge_only.css
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/css/citheme.css
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/css/theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/doctools.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/down-pressed.png
0 → 100644

222 Bytes
ci/user_guide/_static/down.png
0 → 100644

202 Bytes
ci/user_guide/_static/file.png
0 → 100644

286 Bytes
ci/user_guide/_static/fonts/FontAwesome.otf
0 → 100644
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
ci/user_guide/_static/images/ci-icon.ico
0 → 100644
No preview for this file type
ci/user_guide/_static/jquery-3.1.0.js
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/_static/jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/js/oldtheme.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/js/theme.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/minus.png
0 → 100644

90 Bytes
ci/user_guide/_static/plus.png
0 → 100644

90 Bytes
ci/user_guide/_static/pygments.css
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/searchtools.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/underscore-1.3.1.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/underscore.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/_static/up-pressed.png
0 → 100644

214 Bytes
ci/user_guide/_static/up.png
0 → 100644

203 Bytes
ci/user_guide/_static/websupport.js
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/changelog.html
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/contributing/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/call_function.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/configuration.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/connecting.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/user_guide/database/examples.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/forge.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/helpers.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/metadata.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/queries.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/query_builder.html
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/database/results.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/transactions.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/database/utilities.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/documentation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/alternative_php.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/ancillary_classes.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/autoloader.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/cli.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/common_functions.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/user_guide/general/controllers.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/core_classes.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/creating_drivers.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/user_guide/general/credits.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/drivers.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/environments.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/errors.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/helpers.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/hooks.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/libraries.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/managing_apps.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/models.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/profiling.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/requirements.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/reserved_names.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/routing.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/security.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/styleguide.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/urls.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/views.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/general/welcome.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/genindex.html
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/helpers/array_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/captcha_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/cookie_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/date_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/directory_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/download_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/email_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/file_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/form_helper.html
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/helpers/html_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/inflector_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/language_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/number_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/path_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/security_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/smiley_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/string_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/text_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/typography_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/url_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/helpers/xml_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/downloads.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_120.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_130.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_131.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_132.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_133.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_140.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_141.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_150.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_152.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_153.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_154.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_160.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_161.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_162.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_163.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_170.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_171.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_172.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_200.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_201.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_202.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_203.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_210.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_211.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_212.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_213.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_214.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_220.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_221.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_222.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_223.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_300.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_301.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_302.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_303.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_304.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_305.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_306.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_310.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_311.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_3110.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_3111.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_312.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_313.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_314.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_315.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_316.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_317.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_318.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_319.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrade_b11.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/installation/upgrading.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/benchmark.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/calendar.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/cart.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/config.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/email.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/encrypt.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/encryption.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/file_uploading.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/form_validation.html
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/libraries/ftp.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/image_lib.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/input.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/javascript.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/language.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/loader.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/migration.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/output.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/pagination.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/parser.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/security.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/sessions.html
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/libraries/table.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/trackback.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/typography.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/unit_testing.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/uri.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/user_agent.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/xmlrpc.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/libraries/zip.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/license.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/objects.inv
0 → 100644
No preview for this file type
ci/user_guide/overview/appflow.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/overview/at_a_glance.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/overview/features.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/overview/getting_started.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/overview/goals.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/overview/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/overview/mvc.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/search.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/searchindex.js
0 → 100644
This diff could not be displayed because it is too large.
ci/user_guide/tutorial/conclusion.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ci/user_guide/tutorial/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/tutorial/news_section.html
0 → 100644
This diff is collapsed.
Click to expand it.
ci/user_guide/tutorial/static_pages.html
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment