Skip to content

Latest commit

 

History

History
 
 

en

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The definitive guide to Yii 3.0

This guide is released under the Terms of Yii Documentation.

Introduction +

Getting started -

Application structure +

Key concepts +

Handling requests +

Views -

Working with databases -

  • Database access objects: Connecting to a database, basic queries, transactions, and schema manipulation
  • Query builder: Querying the database using a simple abstraction layer
  • Active record: The Active Record ORM, retrieving and manipulating records, and defining relations
  • Migrations: Apply version control to your databases in a team development environment

Getting data from users -

Displaying data -

Security +-

Caching +-

REST APIs -

Development tools -

  • Debug toolbar and debugger
  • Generating code using Gii
  • Generating API documentation

Testing -

Special topics -

Widgets -

Helpers +

Extras +