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.
 
 
 
 
 
Alexandr 3c91574340 Update i18n.md 11 years ago
..
images Better advanced app configs diagram 11 years ago
README.md formatting fix 11 years ago
active-record.md small doc fix in active-record 11 years ago
apps-advanced.md Fixes #1578 11 years ago
apps-basic.md Very minor edits to the beginning 11 years ago
apps-own.md Fixed mistyped TDB -> TBD 11 years ago
assets.md Added note about overriding asset bundles according to #2556 11 years ago
authentication.md Support for other auth types. 11 years ago
authorization.md Update authorization.md 11 years ago
basics.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
behaviors.md Documented more ways of attaching behaviors 11 years ago
bootstrap-widgets.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
caching.md fixed absolute class links in guide 11 years ago
composer.md allow installing jQuery 1.10 for IE support 11 years ago
configuration.md Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
console-fixture.md docs fix 11 years ago
console-migrate.md Update console-migrate.md 11 years ago
console.md Merge pull request #2671 from hqx/2670-ConsoleLocalOptions 11 years ago
controller.md Fixes #1467: Added support for organizing controllers in subdirectories 11 years ago
data-grid.md Update data-grid.md 11 years ago
data-overview.md Edited 11 years ago
data-providers.md fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.) 11 years ago
data-widgets.md More data widget docs 11 years ago
database-basics.md fixed absolute class links in guide 11 years ago
error.md added example of using try-catch to hanle errors 11 years ago
events.md finished guide command refactoring 11 years ago
extensions.md fixed some urls in guide; moved elasticsearch png file to proper location, to be seen by apidoc generator 11 years ago
form.md fixed absolute class links in guide 11 years ago
gii.md Edited the intro and first section 11 years ago
helpers.md Edited whole document 11 years ago
i18n.md Update i18n.md 11 years ago
index.md Started data components documentation 11 years ago
installation.md Just got started; nothing significant 11 years ago
logging.md Removed context section from logging docs 11 years ago
model.md fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.) 11 years ago
module-debug.md Revert "Used ternary operator instead of "or" for constant definition" 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 Revert "Used ternary operator instead of "or" for constant definition" 11 years ago
query-builder.md fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.) 11 years ago
rest.md doc fix. 11 years ago
security.md Update security.md 11 years ago
template.md Fix some references to removed Html::url in phpdoc 11 years ago
test-fixture.md Update test-fixture.md 11 years ago
testing.md Fixed mistyped TDB -> TBD 11 years ago
theming.md Fixing #2556: finished theming docs, emphasized on the fact that themes are non-redistributable and application-specific 11 years ago
title.md doc typo 11 years ago
upgrade-from-v1.md Fixes #2615: upgrade guide improvements 11 years ago
url.md Fixed typo 11 years ago
using-3rd-party-libraries.md edited the guid. fixed a huge bunch of links, hopefully all :) 11 years ago
validation.md code style. operator IF 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.