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.
 
 
 
 
 
Nobuo Kihara bb232d91ad link fix in docs/guide/README.md [ci skip] 6 years ago
..
images
README.md link fix in docs/guide/README.md [ci skip] 6 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
caching-overview.md
caching-page.md
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 guide/concept-di-container.md typo fixed [ci skip] 7 years ago
concept-events.md Fixes typo (#16133) [skip ci] 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 guide/db-active-record.md line length fix [ci skip] 7 years ago
db-dao.md guide/db revised [ci skip] (#16159) 7 years ago
db-migrations.md PHPDoc fix 7 years ago
db-query-builder.md Fixed typo in db-query-builder.md (#16201) [skip ci] 6 years ago
glossary.md
helper-array.md Fixes #6644: Added `yii\helpers\ArrayHelper::setValue()` 7 years ago
helper-html.md
helper-overview.md
helper-url.md
input-file-upload.md
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
input-tabular-input.md
input-validation.md Fixes #16108: Use less confusing syntax [skip ci] 7 years ago
intro-upgrade-from-v1.md link fix in Doc/guide/README.md [ci skip] (#16098) 7 years ago
intro-yii.md
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
output-sorting.md
output-theming.md Fix #15656: Error in the documentation of widget theming (#15734) [skip ci] 7 years ago
rest-authentication.md
rest-controllers.md
rest-error-handling.md
rest-quick-start.md Data filter enhancements and docs 7 years ago
rest-rate-limiting.md
rest-resources.md docs/guide/rest-resources.md description fix (#15959) 7 years ago
rest-response-formatting.md
rest-routing.md
rest-versioning.md
runtime-bootstrapping.md
runtime-handling-errors.md
runtime-logging.md Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
runtime-overview.md
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
security-authentication.md
security-authorization.md modification to #using-default-roles section (#16177) 7 years ago
security-best-practices.md Update security-best-practices.md (#16036) [skip ci] 7 years ago
security-cryptography.md
security-overview.md Fixes #13780: Added support for trusted proxies in `yii\web\Request` 7 years ago
security-passwords.md
start-databases.md link fix in Doc/guide/README.md [ci skip] (#16098) 7 years ago
start-forms.md fix phpdoc in log\Target 7 years ago
start-gii.md link fix in Doc/guide/README.md [ci skip] (#16098) 7 years ago
start-hello.md
start-installation.md Add docs about assets preventing assets installation (#15603) [skip ci] 7 years ago
start-looking-ahead.md link fix in Doc/guide/README.md [ci skip] (#16098) 7 years ago
start-prerequisites.md Update start-prerequisites.md (#16060) [skip ci] 7 years ago
start-workflow.md
structure-application-components.md doc/guide/structure-application-components.md small fix [ci skip] (#16111) 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
structure-entry-scripts.md Enable `include` rule in php-cs-fixer (#14418) 7 years ago
structure-extensions.md guide/structure-extensions.md revised [ci skip] (#16139) 7 years ago
structure-filters.md Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
structure-models.md
structure-modules.md docs/guide/structure-modules.md small fix (#15974) [skip ci] 7 years ago
structure-overview.md
structure-views.md
structure-widgets.md docs/guide/structure-widgets.md small fix [ci skip] (#16131) 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 Add docs about changes in the `yii\validators\ExistValidator` mentioned in #8092 (#16136) [skip ci] 7 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
tutorial-shared-hosting.md
tutorial-start-from-scratch.md
tutorial-template-engines.md
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