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.
 
 
 
 
 
artem-frolov f837bc9b4d update extensions.md, Namespace section 11 years ago
..
images gii docs 11 years ago
README.md formatting fix 11 years ago
active-record.md Typo fix for onCondition example 11 years ago
apps-advanced.md Adjusted advanced application template docs to reflect DB config movement 11 years ago
apps-basic.md Added --prefer-dist to all docs 11 years ago
apps-own.md Fixed mistyped TDB -> TBD 11 years ago
assets.md fixed typo 11 years ago
authentication.md Only whitespace removal 11 years ago
authorization.md path fixes. 11 years ago
basics.md psr-4 change. 11 years ago
behaviors.md Edited existing content, sketched out "Creating Your Own Behavior" 11 years ago
bootstrap-widgets.md guide about using bootstrap less files 11 years ago
caching.md added docs about query caching. fixes #1917 11 years ago
composer.md Added --prefer-dist to all docs 11 years ago
configuration.md Added "Setting component defaults classwide" to docs 11 years ago
console-fixture.md path fixes. 11 years ago
console-migrate.md docs added, guide style added. 11 years ago
console.md path fixes. 11 years ago
controller.md moved section 11 years ago
database-basics.md Fixes #1522: added example of executing extra queries right after establishing DB connection 11 years ago
error.md Fixes #1297: CSRF not generated on error pages 11 years ago
events.md more on yii basics 11 years ago
extensions.md update extensions.md, Namespace section 11 years ago
form.md fixes #1803. 11 years ago
gii.md Added --prefer-dist to all docs 11 years ago
i18n.md Added link to ICU Locale docs in order to clarify what are Yii::$app->language values 11 years ago
index.md fixed broken links in guide index 11 years ago
installation.md typo 11 years ago
logging.md Adjusted logging guide, fixed examples for email target 11 years ago
model.md #1788 info about retaining the default scenario 11 years ago
module-debug.md docs added, guide style added. 11 years ago
mvc.md Only whitespace removal 11 years ago
overview.md restructuring guide index.md and structure 11 years ago
performance.md added docs about query caching. fixes #1917 11 years ago
query-builder.md fixed build break and fixed doc about exists/not exists. 11 years ago
security.md Touching up beginning sections 11 years ago
template.md Added --prefer-dist to all docs 11 years ago
testing.md Fixed mistyped TDB -> TBD 11 years ago
theming.md Fixed mistyped TDB -> TBD 11 years ago
title.md Updated copyright on title 11 years ago
upgrade-from-v1.md Added reference to Composer section of the guide from 1.1.x differences page 11 years ago
url.md cs fix 11 years ago
validation.md Number validator was missing 11 years ago
view.md Update view.md 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 for console commands, than its name should follow convention: console-{command}.md;
  4. If your guide is for custom modules, than its name should follow convention: module-{moduleName}.md.