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.
 
 
 
 
 
Larry Ullman b2a2853eab Very minor edits 11 years ago
..
images Better advanced app configs diagram 11 years ago
README.md formatting fix 11 years ago
active-record.md ar doc. 11 years ago
apps-advanced.md fixing the file name to be adjusted in "getting started" 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 parameters for asset command 11 years ago
authentication.md Only whitespace removal 11 years ago
authorization.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
basics.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
behaviors.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
bootstrap-widgets.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
caching.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
composer.md allow installing jQuery 1.10 for IE support 11 years ago
configuration.md Tidied up 11 years ago
console-fixture.md docs fix 11 years ago
console-migrate.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
console.md Fixes #2054: Added support for using custom application configuration with the console command runner 11 years ago
controller.md Fixed note so that's clear that dashed internal routes are applied to modules 11 years ago
database-basics.md fixed broken link in the docs 11 years ago
error.md Update error.md 11 years ago
events.md Fleshed out event documentation 11 years ago
extensions.md And again changed namespace naming recommendation in extension docs. Should be final now. 11 years ago
form.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
gii.md Added --prefer-dist to all docs 11 years ago
i18n.md typo fix 11 years ago
index.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
installation.md typo 11 years ago
logging.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
model.md Fixed typos 11 years ago
module-debug.md Added info about using debug module with enableStrictParsing enabled 11 years ago
mvc.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
overview.md Very minor edits 11 years ago
performance.md Added more info to Performance Tuning 11 years ago
query-builder.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
security.md Update security.md 11 years ago
template.md Very minor edits 11 years ago
test-fixture.md CS fix. doc fix. 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 Fixed the fact that there's SafeValidator 11 years ago
url.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
using-3rd-party-libraries.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
validation.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
view.md edited the guid. fixed a huge bunch of links, hopefully all :) 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.