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.
 
 
 
 
 
it3rmit 4493cf4deb Update basics.md 11 years ago
..
images upd image 11 years ago
README.md formatting fix 11 years ago
active-record.md Finished refactoring find() . 11 years ago
apps-advanced.md updated appd-advanced.md 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 Added info about assets dir 11 years ago
authentication.md Refactored AR find 11 years ago
authorization.md Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped `yii\rbac\PhpManager`. 11 years ago
basics.md Update basics.md 11 years ago
behaviors.md replaced tabs with spaces in docs. 11 years ago
bootstrap-widgets.md Add yii\bootstrap\ActiveForm to the bootstrap guide 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 fixed wrong example. 11 years ago
data-overview.md typo 11 years ago
data-providers.md Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
data-widgets.md Looks like GridView has its own section... :) 11 years ago
database-basics.md Add ODBC support to yii\db\Connection 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 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
form.md replaced tabs with spaces in docs. 11 years ago
gii.md Update gii.md 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 Update model.md 11 years ago
module-debug.md Removed `Application::preload` in favor of `Application::bootstrap` 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 support for using sub-queries when building a DB query with `IN` condition 11 years ago
rest.md Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 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.