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.
 
 
 
 
 
Alexander Makarov e813c20124
Fixes #3250: Added support for events partial wildcard matching
7 years ago
..
images updated images gii (#13244) [skip ci] 8 years ago
README.md Fixes #15035: Added prerequisites to the guide (#15397) [skip ci] 7 years ago
caching-data.md Docs about cache key limitation (#13341) [skip ci] 8 years ago
caching-fragment.md 📖 Updated guide pages - wrap true, false, null 8 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 Update guide: Object -> BaseObject 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 docs added 7 years ago
concept-properties.md Update guide: Object -> BaseObject 7 years ago
concept-service-locator.md Fixes #14184: Module service locator now falls back to its parent module service locator in case component isn't found 7 years ago
db-active-record.md added documentation for chaining via() relations 7 years ago
db-dao.md guide: note about param binding on strings, not arrays 7 years ago
db-migrations.md 📖 make warning about AR in migrations more noticeable [skip ci] (#15372) 7 years ago
db-query-builder.md Added `not` to operator format in docs [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 Update input-validation.md (#14603) [skip ci] 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 Data filter enhancements and docs 7 years ago
output-data-widgets.md Added information about filters and header of DataColumn (#14981) [skip ci] 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 theming guide typo fixed 9 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 Data filter enhancements and docs 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 Updated info about setting timezone in the guide (#14689) [skip ci] 7 years ago
runtime-overview.md Russian translation, guide enhancements [skip ci] 9 years ago
runtime-requests.md Remove extra apostraphe in trusted proxies example (#15136) [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 Add missing r in "rather". (#15394) [skip ci] 7 years ago
security-best-practices.md Added missing parts of disabling CSRF validation doc [skip ci] (#13966) 8 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 Fixes #3656: Encode / in "r" query parameter in docs as it really is 9 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 Replaced .local with .test in installation guide [skip ci] 7 years ago
start-looking-ahead.md Added Gitter to start-looking-ahead.md 9 years ago
start-prerequisites.md Fixes #15035: Added prerequisites to the guide (#15397) [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 📖 Wrap "false" [skip ci] 8 years ago
structure-models.md Fixed Model::attributes of documentation (#13028) [skip ci] 8 years ago
structure-modules.md Added important info about adding module URL rules via extensions [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 Incorrect use case of Datepicker widget (#13903) [skip ci] 8 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 Fix closing tag (#15367) [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-i18n.md Docs: fix outdated unicode link (#15392) [skip ci] 7 years ago
tutorial-mailing.md Cosmetic changes and typos (#12404) [skip ci] 8 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 improved Yii micro framework guide 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