Documentation
Yii comes with a collection of thorough documentation.
The Guide
The Definitive Guide to Yii is the most comprehensive documentation about Yii. It gives definitive description of Yii's features and is a good start for beginners.
[download as PDF]
Class Reference
Yii Framework Class Reference gives every detail about properties, methods and events defined in Yii framework classes.
[download as CHM]
Demos
The following demos are developed using Yii. They are also available under the demos directory in the Yii release.
- Hello World: the famous demo, showing the simplest Yii application that you can develop.
- Hangman Game: the game of guessing a word. This is adapted from the corresponding Prado demo. It shows the support of persisting form state.
- Phonebook: a Flex application backed by Yii Web service. This is also adapted from the corresponding Prado demo.
- Yii Blog: a complete blog application.
