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.
 
 
 
 
 
Aleksandr Zelenin 034ba5e625 auth guide fix 11 years ago
..
images Better advanced app configs diagram 11 years ago
README.md formatting fix 11 years ago
active-record.md Finished refactoring find() . 11 years ago
apps-advanced.md replaced tabs with spaces in docs. 11 years ago
apps-basic.md replaced tabs with spaces in docs. 11 years ago
apps-own.md Fixed mistyped TDB -> TBD 11 years ago
assets.md replaced tabs with spaces in docs. 11 years ago
authentication.md Refactored AR find 11 years ago
authorization.md auth guide fix 11 years ago
basics.md Fixes #2924: added a list of predefined aliases to the guide 11 years ago
behaviors.md replaced tabs with spaces in docs. 11 years ago
bootstrap-widgets.md replaced tabs with spaces in docs. 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 replaced tabs with spaces in docs. 11 years ago
data-overview.md Very trivial edits 11 years ago
data-providers.md Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
data-widgets.md replaced tabs with spaces in docs. 11 years ago
database-basics.md Added info about table prefix syntax to the guide 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 doc fix. 11 years ago
form.md replaced tabs with spaces in docs. 11 years ago
gii.md replaced tabs with spaces in docs. 11 years ago
helpers.md More minor edits 11 years ago
i18n.md replaced tabs with spaces in docs. 11 years ago
index.md Started data components documentation 11 years ago
installation.md typo fix 11 years ago
logging.md minor doc fix. [skip ci] 11 years ago
model.md Refactored AR find 11 years ago
module-debug.md First round of edits 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 filterWhere guide. 11 years ago
rest.md Refactored AR find 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 replaced tabs with spaces in docs. 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 Corrected theming docs not to give an example of theme view files under webroot 11 years ago
title.md doc typo 11 years ago
upgrade-from-v1.md Refactored AR find 11 years ago
url.md Moved all filter classes to namespace `yii\filters` 11 years ago
using-3rd-party-libraries.md replaced tabs with spaces in docs. 11 years ago
validation.md First round of edits 11 years ago
view.md Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 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.