This guide is released under the Terms of Yii Documentation.
- What do you need to know +
- Creating a project +
- Running applications +
- Saying hello +
- Working with forms +
- Working with databases !
- Generating code with Gii -
- Looking ahead +
- Application structure overview +
- Entry scripts +
- Application +
- Service components +
- Actions +
- Domain +
- Middleware +
- Packages +
- Routing and URL generation +
- Request +
- Response +
- Sessions +
- Cookies +
- Handling errors +
- Logging +
- Views -
- Widgets -
- Assets -
- Working with client scripts -
- Theming -
- Template engines -
- 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
- Security overview +
- Authentication +
- Authorization +-
- Working with passwords +
- Cryptography +
- Best practices +
- Debug toolbar and debugger
- Generating code using Gii
- Generating API documentation