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.
 
 
 
 
 
Qiang Xue af7530663d Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
..
images Fixes #3238: added drawings to RBAC docs 11 years ago
README.md updated guide toc [skip ci] 11 years ago
bootstrap-widgets.md renamed chapter to section [skip ci] 11 years ago
caching-overview.md renamed chapter to section [skip ci] 11 years ago
concept-aliases.md added anchors to guide. [skip ci] 11 years ago
concept-autoloading.md renamed chapter to section [skip ci] 11 years ago
concept-behaviors.md renamed chapter to section [skip ci] 11 years ago
concept-components.md fixed wrong file name. 11 years ago
concept-configurations.md renamed chapter to section [skip ci] 11 years ago
concept-di-container.md Finished guide about DI container and service locator. 11 years ago
concept-events.md renamed chapter to section [skip ci] 11 years ago
concept-properties.md renamed basic concept chapter names. 11 years ago
concept-service-locator.md Update concept-service-locator.md 11 years ago
db-active-record.md renamed chapter to section [skip ci] 11 years ago
db-dao.md renamed chapter to section [skip ci] 11 years ago
db-migrations.md renamed chapter to section [skip ci] 11 years ago
db-query-builder.md renamed chapter to section [skip ci] 11 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 renamed chapter to section [skip ci] 11 years ago
extend-using-libs.md renamed chapter to section [skip ci] 11 years ago
helper-overview.md renamed chapter to section [skip ci] 11 years ago
input-forms.md renamed chapter to section [skip ci] 11 years ago
input-validation.md renamed chapter to section [skip ci] 11 years ago
intro-upgrade-from-v1.md typo 11 years ago
intro-yii.md Cleaned Up 11 years ago
output-assets.md renamed chapter to section [skip ci] 11 years ago
output-data-providers.md renamed chapter to section [skip ci] 11 years ago
output-data-widgets.md renamed chapter to section [skip ci] 11 years ago
rest-quick-start.md Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 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 Fixed wrong links 11 years ago
security-passwords.md renamed chapter to section [skip ci] 11 years ago
start-environment.md renamed chapter to section [skip ci] 11 years ago
start-installation.md Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
start-lifecycle.md renamed chapter to section [skip ci] 11 years ago
start-structure.md renamed chapter to section [skip ci] 11 years ago
structure-controllers.md renamed chapter to section [skip ci] 11 years ago
structure-entry.md renamed chapter to section [skip ci] 11 years ago
structure-models.md renamed chapter to section [skip ci] 11 years ago
structure-views.md renamed chapter to section [skip ci] 11 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 renamed chapter to section [skip ci] 11 years ago
tool-gii.md renamed chapter to section [skip ci] 11 years ago
tutorial-advanced-app.md renamed chapter to section [skip ci] 11 years ago
tutorial-console.md renamed chapter to section [skip ci] 11 years ago
tutorial-handling-errors.md renamed chapter to section [skip ci] 11 years ago
tutorial-i18n.md renamed chapter to section [skip ci] 11 years ago
tutorial-logging.md renamed chapter to section [skip ci] 11 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 renamed chapter to section [skip ci] 11 years ago
tutorial-theming.md renamed chapter to section [skip ci] 11 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
  • TBD Jquery UI Widgets

Helpers