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.
 
 
 
 
 
Egor Verbitsky 791453f654 Russian translation of concept-behaviors.md 10 years ago
..
images diagram update [skip ci] 10 years ago
README.md guide WIP [skip ci] 10 years ago
caching-data.md typos. [skip ci] 10 years ago
caching-fragment.md Finished caching guide [skip ci] 10 years ago
caching-http.md #3521: Added `yii\filters\HttpCache::sessionCacheLimiter` 10 years ago
caching-overview.md Finished caching guide [skip ci] 10 years ago
caching-page.md Finished caching guide [skip ci] 10 years ago
concept-aliases.md Finished application guide [skip ci] 10 years ago
concept-autoloading.md guide WIP [skip ci] 11 years ago
concept-behaviors.md Russian translation of concept-behaviors.md 10 years ago
concept-components.md Basic edits 10 years ago
concept-configurations.md Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer` 10 years ago
concept-di-container.md guide WIP [skip ci] 11 years ago
concept-events.md Finished filter section [skip ci] 10 years ago
concept-properties.md Basic edits 10 years ago
concept-service-locator.md small mistakes in service locator guide. 10 years ago
db-active-record.md note about asArray abstraction level 10 years ago
db-dao.md added unit test and notes about dbms specific settings 10 years ago
db-migrations.md renamed chapter to section [skip ci] 11 years ago
db-query-builder.md Fixes #3450: added note about the fact that $q parameter is mandatory for aggregare query methods 10 years ago
extend-creating-extensions.md renamed chapter to section [skip ci] 11 years ago
extend-customizing-core.md renamed chapter to section [skip ci] 11 years ago
extend-using-composer.md Update extend-using-composer.md 10 years ago
extend-using-libs.md renamed chapter to section [skip ci] 11 years ago
glossary.md Moved glossary from wiki 10 years ago
helper-overview.md renamed chapter to section [skip ci] 11 years ago
input-file-upload.md Adjusted file upload guide wording 10 years ago
input-forms.md guide WIP [skip ci] 10 years ago
input-validation.md Fix typo [skip ci] 10 years ago
intro-upgrade-from-v1.md Update intro-upgrade-from-v1.md 10 years ago
intro-yii.md Cleaned Up 11 years ago
output-client-scripts.md tip about environment related asset config 10 years ago
output-data-providers.md finished PDF support for guide 10 years ago
output-data-widgets.md fixed gridview documentation 10 years ago
output-theming.md guide WIP [skip ci] 10 years ago
rest-authentication.md Fixes #3765: Added `yii\web\User::enableSession` to support authentication without using session 10 years ago
rest-controllers.md guide WIP 11 years ago
rest-error-handling.md guide WIP [skip ci] 11 years ago
rest-quick-start.md minor update [skip ci] 10 years ago
rest-rate-limiting.md guide WIP [skip ci] 11 years ago
rest-resources.md Fixed the route for the User link 10 years ago
rest-response-formatting.md guide WIP [skip ci] 11 years ago
rest-routing.md guide WIP [skip ci] 11 years ago
rest-versioning.md guide WIP [skip ci] 11 years ago
runtime-handling-errors.md guide WIP [skip ci] 10 years ago
runtime-logging.md refactored logger to support array values out of the box. 10 years ago
runtime-url-handling.md renamed chapter to section [skip ci] 11 years ago
security-authentication.md Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
security-authorization.md Update a tip and an example 10 years ago
security-passwords.md Fixes #3640: All cookies are not httpOnly by default in order to increase overall security 10 years ago
start-databases.md Finished editing 10 years ago
start-forms.md guide WIP [skip ci] 10 years ago
start-gii.md Finished editing 10 years ago
start-hello.md edited "hello" guide 10 years ago
start-installation.md Remove production word [skip ci] 10 years ago
start-looking-head.md Added "not" 10 years ago
start-workflow.md edited "hello" guide 10 years ago
structure-application-components.md Finished module guide [skip ci] 10 years ago
structure-applications.md Small fix in english guide [skip ci] 10 years ago
structure-assets.md guide about conditional comments and JS position 10 years ago
structure-controllers.md English guide typo [skip ci] 10 years ago
structure-entry-scripts.md structure entry scripts guide translated 10 years ago
structure-extensions.md guide WIP [skip ci] 10 years ago
structure-filters.md Finished filter section [skip ci] 10 years ago
structure-models.md guide WIP [skip ci] 10 years ago
structure-modules.md Fixes #1452: Added `Module::getInstance()` to allow accessing the module instance from anywhere within the module 10 years ago
structure-overview.md Added overview section [skip ci] 10 years ago
structure-views.md Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
structure-widgets.md Finished widget tutorial [skip ci] 10 years ago
test-fixtures.md renamed chapter to section [skip ci] 11 years ago
test-overview.md Reorganized guide. 11 years ago
tool-debugger.md improved debugger on handling unreadable files 11 years ago
tool-gii.md renamed chapter to section [skip ci] 11 years ago
tutorial-advanced-app.md Fixed docs on init usage 11 years ago
tutorial-console.md renamed chapter to section [skip ci] 11 years ago
tutorial-core-validators.md Finished view tutorial [skip ci] 10 years ago
tutorial-i18n.md ensure guide PDF compiles with russian characters 10 years ago
tutorial-mailing.md Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer` 10 years ago
tutorial-performance-tuning.md renamed chapter to section [skip ci] 11 years ago
tutorial-start-from-scratch.md renamed chapter to section [skip ci] 11 years ago
tutorial-template-engines.md Fixes #3535: Syntax changes 10 years ago
widget-bootstrap.md Finished widget tutorial [skip ci] 10 years ago
widget-jui.md Finished widget tutorial [skip ci] 10 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

Extending Yii

Special Topics

Widgets

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

Helpers