CI base files added
parents
Showing
with
4964 additions
and
0 deletions
application/.htaccess
0 → 100644
application/cache/index.html
0 → 100644
application/config/autoload.php
0 → 100644
application/config/config.php
0 → 100644
This diff is collapsed.
Click to expand it.
application/config/constants.php
0 → 100644
application/config/database.php
0 → 100644
application/config/doctypes.php
0 → 100644
application/config/foreign_chars.php
0 → 100644
application/config/hooks.php
0 → 100644
application/config/index.html
0 → 100644
application/config/memcached.php
0 → 100644
application/config/migration.php
0 → 100644
application/config/mimes.php
0 → 100644
This diff is collapsed.
Click to expand it.
application/config/profiler.php
0 → 100644
application/config/routes.php
0 → 100644
application/config/smileys.php
0 → 100644
application/config/user_agents.php
0 → 100644
application/controllers/Welcome.php
0 → 100644
application/controllers/index.html
0 → 100644
application/core/index.html
0 → 100644
application/helpers/index.html
0 → 100644
application/hooks/index.html
0 → 100644
application/index.html
0 → 100644
application/language/english/index.html
0 → 100644
application/language/index.html
0 → 100644
application/libraries/index.html
0 → 100644
application/logs/index.html
0 → 100644
application/models/index.html
0 → 100644
application/third_party/index.html
0 → 100644
application/views/errors/cli/error_404.php
0 → 100644
application/views/errors/cli/error_db.php
0 → 100644
application/views/errors/cli/error_php.php
0 → 100644
application/views/errors/cli/index.html
0 → 100644
application/views/errors/html/error_404.php
0 → 100644
application/views/errors/html/error_db.php
0 → 100644
application/views/errors/html/error_php.php
0 → 100644
application/views/errors/html/index.html
0 → 100644
application/views/errors/index.html
0 → 100644
application/views/index.html
0 → 100644
application/views/welcome_message.php
0 → 100644
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.*" | ||
| } | ||
| } |
contributing.md
0 → 100644
index.php
0 → 100755
This diff is collapsed.
Click to expand it.
license.txt
0 → 100644
readme.rst
0 → 100644
system/.htaccess
0 → 100644
system/core/Benchmark.php
0 → 100644
system/core/CodeIgniter.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Common.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Config.php
0 → 100644
system/core/Controller.php
0 → 100644
system/core/Exceptions.php
0 → 100644
system/core/Hooks.php
0 → 100644
system/core/Input.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Lang.php
0 → 100644
system/core/Loader.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Log.php
0 → 100644
system/core/Model.php
0 → 100644
system/core/Output.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Router.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Security.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/URI.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/core/Utf8.php
0 → 100644
system/core/compat/hash.php
0 → 100644
system/core/compat/index.html
0 → 100644
system/core/compat/mbstring.php
0 → 100644
system/core/compat/password.php
0 → 100644
system/core/compat/standard.php
0 → 100644
system/core/index.html
0 → 100644
system/database/DB.php
0 → 100644
system/database/DB_cache.php
0 → 100644
system/database/DB_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_query_builder.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/DB_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
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.
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.
system/database/drivers/ibase/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
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.
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.
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.
system/database/drivers/oci8/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/oci8/oci8_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/oci8/oci8_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/oci8/oci8_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/odbc_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/odbc_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/odbc/odbc_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_forge.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_result.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/database/drivers/pdo/pdo_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.
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.
system/database/drivers/postgre/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.
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.
system/database/drivers/sqlite3/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.
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.
system/database/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/fonts/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/fonts/texb.ttf
0 → 100644
No preview for this file type
system/helpers/array_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/captcha_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/cookie_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/date_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/directory_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/download_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/email_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/file_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/form_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/html_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/inflector_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/language_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/number_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/path_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/security_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/smiley_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/string_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/text_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/typography_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/url_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/helpers/xml_helper.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/calendar_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/date_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/db_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/email_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/language/english/ftp_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/imglib_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/migration_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/number_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/pagination_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/profiler_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/unit_test_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/english/upload_lang.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/language/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cache/Cache.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cache/drivers/Cache_apc.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.
system/libraries/Cache/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cache/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Calendar.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Cart.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Driver.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Email.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Encrypt.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Encryption.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Form_validation.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Ftp.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Image_lib.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Javascript.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Javascript/Jquery.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Javascript/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Migration.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Pagination.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Parser.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Profiler.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Session/Session.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
system/libraries/Session/Session_driver.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.
system/libraries/Session/drivers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Session/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Table.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Trackback.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Typography.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Unit_test.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Upload.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/User_agent.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Xmlrpc.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Xmlrpcs.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/Zip.php
0 → 100644
This diff is collapsed.
Click to expand it.
system/libraries/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/.buildinfo
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/DCO.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_downloads/ELDocs.tmbundle.zip
0 → 100644
No preview for this file type
user_guide/_images/appflowchart.gif
0 → 100644
24.7 KB
user_guide/_images/smile.gif
0 → 100644
1.13 KB
user_guide/_static/ajax-loader.gif
0 → 100644
673 Bytes
user_guide/_static/basic.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/ci-icon.ico
0 → 100644
No preview for this file type
user_guide/_static/comment-bright.png
0 → 100644
756 Bytes
user_guide/_static/comment-close.png
0 → 100644
829 Bytes
user_guide/_static/comment.png
0 → 100644
641 Bytes
user_guide/_static/css/badge_only.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/css/citheme.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/css/theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/doctools.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/down-pressed.png
0 → 100644
222 Bytes
user_guide/_static/down.png
0 → 100644
202 Bytes
user_guide/_static/file.png
0 → 100644
286 Bytes
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
user_guide/_static/images/ci-icon.ico
0 → 100644
No preview for this file type
user_guide/_static/jquery-3.1.0.js
0 → 100644
This diff could not be displayed because it is too large.
user_guide/_static/jquery.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/js/oldtheme.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/js/theme.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/minus.png
0 → 100644
90 Bytes
user_guide/_static/plus.png
0 → 100644
90 Bytes
user_guide/_static/pygments.css
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/searchtools.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/underscore-1.3.1.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/underscore.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/_static/up-pressed.png
0 → 100644
214 Bytes
user_guide/_static/up.png
0 → 100644
203 Bytes
user_guide/_static/websupport.js
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/changelog.html
0 → 100644
This diff could not be displayed because it is too large.
user_guide/contributing/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/call_function.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/configuration.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/connecting.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/db_driver_reference.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/examples.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/forge.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/helpers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/metadata.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/queries.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/query_builder.html
0 → 100644
This diff could not be displayed because it is too large.
user_guide/database/results.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/transactions.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/database/utilities.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/documentation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/alternative_php.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/ancillary_classes.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/autoloader.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/cli.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/common_functions.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
user_guide/general/controllers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/core_classes.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/creating_drivers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/creating_libraries.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/credits.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/drivers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/environments.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/errors.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/helpers.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/hooks.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/libraries.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/managing_apps.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/models.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/profiling.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/requirements.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/reserved_names.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/routing.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/security.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/styleguide.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/urls.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/views.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/general/welcome.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/genindex.html
0 → 100644
This diff could not be displayed because it is too large.
user_guide/helpers/array_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/captcha_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/cookie_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/date_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/directory_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/download_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/email_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/file_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/form_helper.html
0 → 100644
This diff could not be displayed because it is too large.
user_guide/helpers/html_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/inflector_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/language_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/number_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/path_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/security_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/smiley_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/string_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/text_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/typography_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/url_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/helpers/xml_helper.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/downloads.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/troubleshooting.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_120.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_130.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_131.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_132.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_133.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_140.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_141.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_150.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_152.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_153.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_154.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_160.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_161.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_162.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_163.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_170.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_171.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_172.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_200.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_201.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_202.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_203.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_210.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_211.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_212.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_213.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_214.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_220.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_221.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_222.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_223.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_300.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_301.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_302.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_303.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_304.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_305.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_306.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_310.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_311.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_3110.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_3111.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_312.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_313.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_314.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_315.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_316.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_317.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_318.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_319.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrade_b11.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/installation/upgrading.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/benchmark.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/caching.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/calendar.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/cart.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/config.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/email.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/encrypt.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/encryption.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/file_uploading.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/form_validation.html
0 → 100644
This diff could not be displayed because it is too large.
user_guide/libraries/ftp.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/image_lib.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/input.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/javascript.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/language.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/loader.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/migration.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/output.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/pagination.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/parser.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/security.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/sessions.html
0 → 100644
This diff could not be displayed because it is too large.
user_guide/libraries/table.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/trackback.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/typography.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/unit_testing.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/uri.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/user_agent.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/xmlrpc.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/libraries/zip.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/license.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/objects.inv
0 → 100644
No preview for this file type
user_guide/overview/appflow.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/at_a_glance.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/features.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/getting_started.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/goals.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/overview/mvc.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/search.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/searchindex.js
0 → 100644
This diff could not be displayed because it is too large.
user_guide/tutorial/conclusion.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/create_news_items.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/news_section.html
0 → 100644
This diff is collapsed.
Click to expand it.
user_guide/tutorial/static_pages.html
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment