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 e346330329 removed incorrect doc. [skip ci] 11 years ago
..
images upd image 11 years ago
README.md di doc WIP [skip ci] 11 years ago
active-record.md Finished refactoring find() . 11 years ago
apps-advanced.md updated appd-advanced.md 11 years ago
apps-basic.md replaced tabs with spaces in docs. 11 years ago
apps-own.md Fixes #2939: documented the process of creating your own application template 11 years ago
assets.md Fixes #3048: emphasized that sourcePath in asset bundle means "copy all the contents of it to the web/assets" 11 years ago
authentication.md Refactored AR find 11 years ago
authorization.md Fixed typo 11 years ago
basics.md Update basics.md 11 years ago
behaviors.md replaced tabs with spaces in docs. 11 years ago
bootstrap-widgets.md Just fixing small misspelling 11 years ago
caching.md replaced tabs with spaces in docs. 11 years ago
composer.md updated composer documentation 11 years ago
configuration.md replaced tabs with spaces in docs. 11 years ago
console-fixture.md replaced tabs with spaces in docs. 11 years ago
console-migrate.md Update console-migrate.md 11 years ago
console.md replaced tabs with spaces in docs. 11 years ago
controller.md Refactored AR find 11 years ago
data-grid.md Updated data-grid.md to fix wrong path to GridView 11 years ago
data-overview.md typo 11 years ago
data-providers.md Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
data-widgets.md Looks like GridView has its own section... :) 11 years ago
database-basics.md Add ODBC support to yii\db\Connection 11 years ago
di.md Fixes #503: Finished DI documentation. [skip ci] 11 years ago
error.md adjusted guide and small code adjustements 11 years ago
events.md replaced tabs with spaces in docs. 11 years ago
extensions.md Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
form.md removed incorrect doc. [skip ci] 11 years ago
gii.md Fixes #3088: The debug and gii modules will manage their own URL rules now 11 years ago
helpers.md More minor edits 11 years ago
i18n.md Fixes #2592: added info on how to translate framework messages at application level 11 years ago
index.md Fixes #3208 11 years ago
installation.md typo fix 11 years ago
logging.md minor doc fix. [skip ci] 11 years ago
model.md Fixed code block formatting 11 years ago
module-debug.md Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
mvc.md Fix "Web" 11 years ago
overview.md Pretty minor edits 11 years ago
performance.md Moved all filter classes to namespace `yii\filters` 11 years ago
query-builder.md Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
rest.md Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
security.md Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 11 years ago
template.md Fixed typo 11 years ago
test-fixture.md Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
testing.md Fixed mistyped TDB -> TBD 11 years ago
theming.md Fixes #2621: improved theming docs with better wording and module example 11 years ago
title.md doc typo 11 years ago
upgrade-from-v1.md Refactored AR find 11 years ago
url.md Fixes #2899: added more details about canonical URLs to the guide 11 years ago
using-3rd-party-libraries.md Fixes #3127: added more doc [skip ci] 11 years ago
validation.md First round of edits 11 years ago
view.md Adjusted statc pages docs 11 years ago

README.md

This folder contains official Yii 2 guides documentation.

To add new guide, take the following steps:

  1. Create guide-name and put there relevant documentation;
  2. If guide has more then one word in name, then it should be with dashes, like: console-fixture.md, module-debug.md;
  3. If your guide is about console commands, than its name should follow convention: console-{command}.md;
  4. If your guide is about module usages, than its name should follow convention: module-{moduleName}.md.
  5. If your guide is about widget usages, than its name should follow convention: widget-{moduleName}.md.