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.
 
 
 
 
 
kate-kate d6dd1c3348 Doc typo 11 years ago
..
images gii docs 11 years ago
README.md formatting fix 11 years ago
active-record.md Minor fixes in active-record.md 11 years ago
apps-advanced.md Advanced application template typo fix 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 improved doc. 11 years ago
authentication.md Only whitespace removal 11 years ago
authorization.md Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 11 years ago
basics.md Added missing link to basics doc 11 years ago
behaviors.md Doc typo 11 years ago
bootstrap-widgets.md guide about using bootstrap less files 11 years ago
caching.md doc typos 11 years ago
composer.md allow installing jQuery 1.10 for IE support 11 years ago
configuration.md Added "Setting component defaults classwide" to docs 11 years ago
console-fixture.md finished fixture feature. 11 years ago
console-migrate.md Small typo in console-migrate.md 11 years ago
console.md Doc typo 11 years ago
controller.md Docs: typo fixes, updated behaviors chapter 11 years ago
database-basics.md doc fix 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 And again changed namespace naming recommendation in extension docs. Should be final now. 11 years ago
form.md Added note about HTML5 inputs 11 years ago
gii.md Added --prefer-dist to all docs 11 years ago
i18n.md docs fixed 11 years ago
index.md linked guide on 3rd party systems 11 years ago
installation.md typo 11 years ago
logging.md Adjusted logging guide, fixed examples for email target 11 years ago
model.md Guide updated 11 years ago
module-debug.md Added info about using debug module with enableStrictParsing enabled 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 more info to Performance Tuning 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
test-fixture.md Update test-fixture.md 11 years ago
testing.md Fixed mistyped TDB -> TBD 11 years ago
theming.md Added note about configuring theme do docs 11 years ago
title.md Updated copyright on title 11 years ago
upgrade-from-v1.md Merge branch 'master' 11 years ago
url.md Fixed reference to old request API in docs 11 years ago
using-3rd-party-libraries.md linked guide on 3rd party systems 11 years ago
validation.md Update validation.md 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.