Files
yii2/docs/guide/index.md
Carsten Brandt 7a3583e7b4 fixed broken links in guide index
[ci skip]
2014-01-05 04:04:33 +01:00

3.1 KiB

Introduction

  • Overview - What is Yii and what is it good for?

Getting started

Base concepts

  • Basic concepts of Yii - The Object and Component class, Path aliases and autoloading
  • MVC - Implementation of MVC in Yii and a typical MVC application flow
    • Model - The Yii Model provides Attributes, Scenarios and data Validation
    • View - Rendering Views applying layouts, using Widgets and asset management
    • Controller - controller actions, routing and action filters
  • Event Handling - The Yii event handling mechanism
  • Behaviors

Database

  • Basics - Connecting to a database, basic queries, transactions and schema manipulation
  • Query Builder - Querying the database using a simple abstraction layer
  • ActiveRecord - The active record ORM, retrieving and manipulatings records and defining relations
  • Database Migration - Versioning your database with database migrations

Developers Toolbox

Extensions and 3rd party libraries

Security and access control

Data providers, lists and grids

  • Overview
  • Data providers
  • Grids
  • Lists

Advanced Topics

References