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 f20cc0036b Added suggestion to tune realpath() cache to performance guide 9 years ago
..
images Moved advanced app docs out of the core framework 10 years ago
README.md Finished guide about getting data for multiple models [skip ci] 9 years ago
caching-data.md Grammar fix: followings -> following 10 years ago
caching-fragment.md use id instead of name for anchor references in the guide 10 years ago
caching-http.md use id instead of name for anchor references in the guide 10 years ago
caching-overview.md Finished caching guide [skip ci] 10 years ago
caching-page.md typo fixes [skip ci] 10 years ago
concept-aliases.md editing the guide 10 years ago
concept-autoloading.md docs/guide/* fixed the links to advanced project template doc [ci skip] 10 years ago
concept-behaviors.md editing the guide 10 years ago
concept-components.md editing the guide 10 years ago
concept-configurations.md Renamed application template into project template in docs 10 years ago
concept-di-container.md Fixes #9476: Added DI injection via controller action method signature 9 years ago
concept-events.md docs/guide/concept-events.md - minor fix [ci skip] 10 years ago
concept-properties.md docs/guide/concept-properties.md - type [ci skip] 10 years ago
concept-service-locator.md docs/guide/concept-service-locator.md - missing closing paren [ci skip] 10 years ago
db-active-record.md db-active-record [PL] 9 years ago
db-dao.md added missing namespace on Exception in transaction docs 9 years ago
db-migrations.md fixed a sentence [ci skip] 9 years ago
db-query-builder.md Update db-query-builder.md 9 years ago
glossary.md Fix for few sections to match doc style guidelines 9 years ago
helper-array.md Fixes #8563 9 years ago
helper-html.md docs/guide/helper-html.md fix [ci skip] 9 years ago
helper-overview.md Add imagine helper in helper-overview.md [skip ci] 9 years ago
helper-url.md Fixed markup and text mistakes and inconsistencies in the documentation 10 years ago
input-file-upload.md docs/guide/input-file-upload.md - small fixes [ci skip] 9 years ago
input-forms.md added docs about form element naming 9 years ago
input-multiple-models.md Show errors from all models 9 years ago
input-tabular-input.md adjust form guide structure 10 years ago
input-validation.md Fixed typo 9 years ago
intro-upgrade-from-v1.md added note about routing naming convention to upgrade guide 9 years ago
intro-yii.md Replaced MVC design pattern to architectural pattern. 9 years ago
output-client-scripts.md Fixes #6925 10 years ago
output-data-providers.md docs/guide/output-data-provider fixed missing example [ci skip] 10 years ago
output-data-widgets.md Added link to compliementary article at SitePoint 9 years ago
output-formatting.md added a note about formatter usage 9 years ago
output-pagination.md Update output-pagination.md 9 years ago
output-sorting.md finished sorting guide [skip ci] 10 years ago
output-theming.md theming guide typo fixed 9 years ago
rest-authentication.md fixed markdown rendering issue 9 years ago
rest-controllers.md fixed typo 9 years ago
rest-error-handling.md Fixed empty($class->method()) style for 5.4 10 years ago
rest-quick-start.md Fixed link in REST doc to point to correct page 9 years ago
rest-rate-limiting.md Light edits 10 years ago
rest-resources.md Fixes #7163 [skip ci] 10 years ago
rest-response-formatting.md added some references to the guide 10 years ago
rest-routing.md added some references to the guide 10 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 Grammar fix: followings -> following 10 years ago
runtime-logging.md use id instead of name for anchor references in the guide 10 years ago
runtime-overview.md Renamed application-lifecycle diagram to request-lifecycle in docs 10 years ago
runtime-requests.md docs/guide/runtime-requests.md - fixed comment [ci skip] 9 years ago
runtime-responses.md use id instead of name for anchor references in the guide 10 years ago
runtime-routing.md added note about routing naming convention to upgrade guide 9 years ago
runtime-sessions-cookies.md Added Alert component example 10 years ago
security-authentication.md docs/guide/security-authentication.md typo fixed [ci skip] 10 years ago
security-authorization.md Clarified that IDs in AccessRule::$controllers should be prefixed with module ID 9 years ago
security-best-practices.md Text style fixes 10 years ago
security-passwords.md Fixed markup and text mistakes and inconsistencies in the documentation 10 years ago
start-databases.md docs/guide/start-* minor corrections [skip ci] 9 years ago
start-forms.md Replaced MVC design pattern to architectural pattern in all places. 9 years ago
start-gii.md Fixes #7671: more novice-friendly way of initializing Gii and Debug extensions 9 years ago
start-hello.md Replaced MVC design pattern to architectural pattern in all places. 9 years ago
start-installation.md #9629: used port 80 by default for PHP builtin server at installtion page 9 years ago
start-looking-ahead.md docs/guide/start-* minor corrections [skip ci] 9 years ago
start-workflow.md Replaced MVC design pattern to architectural pattern in all places. 9 years ago
structure-application-components.md renamed guide page [skip ci] 10 years ago
structure-applications.md fixed broken markdown in application guide 9 years ago
structure-assets.md fix typo 9 years ago
structure-controllers.md Fixes #8798: adjusted inconsistency in guide 9 years ago
structure-entry-scripts.md register `STDIN`, `STDOUT`, and `STDERR` if not defined by PHP 9 years ago
structure-extensions.md Fix link [skip ci] 9 years ago
structure-filters.md Fix link in structure-filters guide 9 years ago
structure-models.md Fixes #9033: Used constants for scenario in "Models" guide 9 years ago
structure-modules.md added note about routing naming convention to upgrade guide 9 years ago
structure-overview.md Replaced MVC design pattern to architectural pattern in all places. 9 years ago
structure-views.md Update structure-views.md 10 years ago
structure-widgets.md use id instead of name for anchor references in the guide 10 years ago
test-acceptance.md Tidied up the links to Codeception docs 9 years ago
test-environment-setup.md Fix for few sections to match doc style guidelines 9 years ago
test-fixtures.md Fixed CodeCeption to Codeception [ci skip] 9 years ago
test-functional.md Tidied up the links to Codeception docs 9 years ago
test-overview.md docs/guide/test-overview.md - minor change [ci skip] 10 years ago
test-unit.md Fix for few sections to match doc style guidelines 9 years ago
tutorial-console.md register `STDIN`, `STDOUT`, and `STDERR` if not defined by PHP 9 years ago
tutorial-core-validators.md guide wip [skip ci] 9 years ago
tutorial-i18n.md docs/guide/tutorial-i18n.md grammar fixed [ci skip] 9 years ago
tutorial-mailing.md Fix spelling 10 years ago
tutorial-performance-tuning.md Added suggestion to tune realpath() cache to performance guide 9 years ago
tutorial-shared-hosting.md Renamed application template into project template in docs 10 years ago
tutorial-start-from-scratch.md Update docs to latest version of composer-asset-plugin 9 years ago
tutorial-template-engines.md Removed Smarty and Twig specific docs from framework guide, linked to extension docs instead 10 years ago
tutorial-yii-integration.md Update docs to latest version of composer-asset-plugin 9 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

  • GridView: TBD link to demo page
  • ListView: TBD link to demo page
  • DetailView: TBD link to demo page
  • ActiveForm: TBD link to demo page
  • Pjax: TBD link to demo page
  • Menu: TBD link to demo page
  • LinkPager: TBD link to demo page
  • LinkSorter: TBD link to demo page
  • Bootstrap Widgets
  • jQuery UI Widgets

Helpers