Starting Gii
By default, Yii uses PHP as its template language, but you can configure Yii to support other rendering engines, such as
Cache Components
Deploying a basic project template
Dependency Injection
With resource and controller classes ready, you can access the resources using the URL like http://localhost/index.php?r=user/create, similar to what you can do
To prevent abuse, you should consider adding rate limiting to your APIs. For example, you may want to limit the API usage of each user to be at most 100 API calls
When displaying multiple rows of data, it is often needed that the data be sorted according to some columns specified by end users. Yii uses a
Bootstrapping refers to the process of preparing the environment before an application starts to resolve and process an incoming request. Bootstrapping is done in two places:
Defining Aliases
Page 4 of 7