Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Justin Nikles 353fc240a9 Update start-prerequisites.md (#16055) [skip ci] 7 years ago
..
images updated images gii (#13244) [skip ci] 8 years ago
README.md update absolute links in guide to point to website 7 years ago
caching-data.md Added missing ArrayCache to data caching guide [skip ci] 7 years ago
caching-fragment.md Fixes #15120: Refactored dynamic caching introducing `DynamicContentAwareInterface` and `DynamicContentAwareTrait` 7 years ago
caching-http.md Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
caching-overview.md 📖 Fixed `client-side` and `server-side` grammar in all files 8 years ago
caching-page.md 📖 Fixed `client-side` and `server-side` grammar in all files 8 years ago
concept-aliases.md Added example for concrete file alias to aliases docs [skip ci] 7 years ago
concept-autoloading.md Enable `include` rule in php-cs-fixer (#14418) 7 years ago
concept-behaviors.md Removed unnecessary hyphens (#15914) 7 years ago
concept-components.md Update guide: Object -> BaseObject 7 years ago
concept-configurations.md Enable `include` rule in php-cs-fixer (#14418) 7 years ago
concept-di-container.md Add signature of callable in DI (#15369) [skip ci] 7 years ago
concept-events.md Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
concept-properties.md Update guide: Object -> BaseObject 7 years ago
concept-service-locator.md Fixes #15492: Clarify tree traversal configuration (#15919) [skip ci] 7 years ago
db-active-record.md Added russian docs 7 years ago
db-dao.md Added upsert() to the guide [skip ci] 7 years ago
db-migrations.md PHPDoc fix 7 years ago
db-query-builder.md Tweaking a few grammatical bugs (#15932) [skip ci] 7 years ago
glossary.md Fix for few sections to match doc style guidelines 9 years ago
helper-array.md Fixes #6644: Added `yii\helpers\ArrayHelper::setValue()` 7 years ago
helper-html.md Fixed typo in the guide (#14390) [skip ci] 7 years ago
helper-overview.md Tweaked verbiage slightly [ci skip] 8 years ago
helper-url.md 📖 Updated guide pages - wrap true, false, null 8 years ago
input-file-upload.md Tiny documentation fix [skip ci] (#13998) 8 years ago
input-form-javascript.md Added guide about Client side Javascript of ActiveForm (#12541) [skip ci] 7 years ago
input-forms.md Removed unnecessary dot (#14670) [skip ci] 7 years ago
input-multiple-models.md docs/guide/input-multiple-models: added a note on avoiding validating the same input data with the same rules more than once (#13995) [skip ci] 8 years ago
input-tabular-input.md adjust form guide structure 10 years ago
input-validation.md Added example for yii\validators\Validator::addError() [skip ci] (#15197) 7 years ago
intro-upgrade-from-v1.md Update guide: Object -> BaseObject 7 years ago
intro-yii.md Suggest latest PHP 7 usage in the guide [skip ci] 8 years ago
output-client-scripts.md Fixed typo in output client scripts [skip ci] 7 years ago
output-data-providers.md PHPDoc fix 7 years ago
output-data-widgets.md PHPDoc fix 7 years ago
output-formatting.md Updated info about setting timezone in the guide (#14689) [skip ci] 7 years ago
output-pagination.md Various documentation fixes [skip ci] 8 years ago
output-sorting.md Fixes #3656: Encode / in "r" query parameter in docs as it really is 9 years ago
output-theming.md Fix #15656: Error in the documentation of widget theming (#15734) [skip ci] 7 years ago
rest-authentication.md 📖 Updated guide pages - wrap true, false, null 8 years ago
rest-controllers.md Added a checkAccess example [skip ci] 8 years ago
rest-error-handling.md Various documentation fixes [skip ci] 8 years ago
rest-quick-start.md Data filter enhancements and docs 7 years ago
rest-rate-limiting.md 📖 Updated guide pages - wrap true, false, null 8 years ago
rest-resources.md docs/guide/rest-resources.md description fix (#15959) 7 years ago
rest-response-formatting.md Fix link in rest-response-formatting.md (#12088) 8 years ago
rest-routing.md Fixes #13864: Added info about configuring sub-rules of yii\rest\UrlRule [skip ci] 8 years ago
rest-versioning.md doc fix. [skip ci] 10 years ago
runtime-bootstrapping.md Update runtime-bootstrapping.md 10 years ago
runtime-handling-errors.md 📖 Updated guide pages - wrap true, false, null 8 years ago
runtime-logging.md Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
runtime-overview.md Russian translation, guide enhancements [skip ci] 9 years ago
runtime-requests.md Fixes #15543: Fixed trustedHosts docs in request guide [skip ci] 7 years ago
runtime-responses.md Fixed #14469: updated RFC links 7 years ago
runtime-routing.md Update guide: Object -> BaseObject 7 years ago
runtime-sessions-cookies.md Add migration file example for DbSession (#14227) [skip ci] 7 years ago
security-authentication.md Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
security-authorization.md improved filtering condition on yii\db\ActiveRecord 7 years ago
security-best-practices.md Update security-best-practices.md (#16036) [skip ci] 7 years ago
security-cryptography.md Cleaned up security guide 9 years ago
security-overview.md Fixes #13780: Added support for trusted proxies in `yii\web\Request` 7 years ago
security-passwords.md Cleaned up security guide 9 years ago
start-databases.md Adjust code sample to screenshot 7 years ago
start-forms.md fix phpdoc in log\Target 7 years ago
start-gii.md 📖 Updated guide pages - wrap true, false, null 8 years ago
start-hello.md Fixes #3656: Encode / in "r" query parameter in docs as it really is 9 years ago
start-installation.md Add docs about assets preventing assets installation (#15603) [skip ci] 7 years ago
start-looking-ahead.md Added slack channel link 7 years ago
start-prerequisites.md Update start-prerequisites.md (#16055) [skip ci] 7 years ago
start-workflow.md Fix spelling 9 years ago
structure-application-components.md Fixes #14449: Fix PHP 7.2 compatibility bugs and add explicit closure support in `yii\base\Application` 7 years ago
structure-applications.md Enable `include` rule in php-cs-fixer (#14418) 7 years ago
structure-assets.md Fixed example in asset publishing guide [skip ci] 7 years ago
structure-controllers.md 📖 Updated guide pages - wrap true, false, null 8 years ago
structure-entry-scripts.md Enable `include` rule in php-cs-fixer (#14418) 7 years ago
structure-extensions.md Update guide: Object -> BaseObject 7 years ago
structure-filters.md Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
structure-models.md Fixed Model::attributes of documentation (#13028) [skip ci] 8 years ago
structure-modules.md docs/guide/structure-modules.md small fix (#15974) [skip ci] 7 years ago
structure-overview.md Replaced MVC design pattern to architectural pattern in all places. 9 years ago
structure-views.md 📖 Updated guide pages - wrap true, false, null 8 years ago
structure-widgets.md fix broken links in widget guide 7 years ago
test-acceptance.md Updated testing docs [skip ci] 7 years ago
test-environment-setup.md Updated testing docs [skip ci] 7 years ago
test-fixtures.md docs/guide/structure-modules.md small fix (#15974) [skip ci] 7 years ago
test-functional.md Updated testing docs [skip ci] 7 years ago
test-overview.md Updated testing docs [skip ci] 7 years ago
test-unit.md Updated testing docs [skip ci] 7 years ago
tutorial-console.md Fixes #14188: Add constants and function for sysexits(3) to `ConsoleHelper` 7 years ago
tutorial-core-validators.md Enhanced core-validators docs 8 years ago
tutorial-docker.md Added Docker guide section [skip ci] #15938 7 years ago
tutorial-i18n.md Better ICU formatting reference link [skip ci] (#16019) 7 years ago
tutorial-mailing.md Update tutorial-mailing.md 7 years ago
tutorial-performance-tuning.md Added more composer autoload optimization strategies to performance tuning guide [skip ci] 8 years ago
tutorial-shared-hosting.md 📖 Fix typo [skip ci] 8 years ago
tutorial-start-from-scratch.md Documented possibility of using asset-packagist 7 years ago
tutorial-template-engines.md Fixed bad replacements :) 8 years ago
tutorial-yii-as-micro-framework.md Correct table name in docs (#15754) 7 years ago
tutorial-yii-integration.md Enable `include` rule in php-cs-fixer (#14418) 7 years ago

README.md

The Definitive Guide to Yii 2.0

This tutorial is released under the Terms of Yii Documentation.

All Rights Reserved.

2014 (c) Yii Software LLC.

Introduction

Getting Started

Application Structure

Handling Requests

Key Concepts

Working with Databases

Getting Data from Users

Displaying Data

Security

Caching

RESTful Web Services

Development Tools

Testing

Special Topics

Widgets

Helpers