Can I download the Yii API documentation for offline use?
You may download the API documentation for offline use: Yii is a helper class serving common framework functionalities. YiiRequirementChecker allows checking, if current system meets the requirements for running the Yii application. BaseYii is the core helper class for the Yii framework.
What is Yii?
Yii Framework & Offline Documentation Yii is an open source project released under the terms of the BSD License . This means that you can use Yii for free to develop either open-source or proprietary Web applications.
How do I install Yii?
There are two ways to install Yii: by using Composer or by downloading an application template. We highly recommend you to use Composer. If you do not have Composer installed yet, you may install it following the instructions on the Composer website .
What is yiirequirementchecker in Yii?
YiiRequirementChecker allows checking, if current system meets the requirements for running the Yii application. BaseYii is the core helper class for the Yii framework. Action is the base class for all controller action classes. ActionEvent represents the event parameter used for an action event.
You may download the API documentation for offline use: Yii is a helper class serving common framework functionalities. YiiRequirementChecker allows checking, if current system meets the requirements for running the Yii application.
Why use YII framework?
Yii Framework is our rock solid foundation and provides us with numerous well designed features already out of the box. Especially the flexibility in form of modules or the event concept, perfectly match our requirements. In and above that, Yii has very active and helpful community!
What is baseyii in Yii?
BaseYii is the core helper class for the Yii framework. Action is the base class for all controller action classes. ActionEvent represents the event parameter used for an action event. ActionFilter is the base class for action filters. Application is the base class for all application classes.
How do I install Yii application template with composer?
Please refer to the Composer documentation about Github API tokens for instructions on how to do this. With Composer installed, you can install Yii application template by running the following command under a Web-accessible folder: This will install the latest stable version of Yii application template in a directory named basic .