Renamed application-lifecycle diagram to request-lifecycle in docs

This commit is contained in:
Alexander Makarov
2014-11-07 15:06:11 +03:00
parent ee23d92415
commit a3344ce716
24 changed files with 11 additions and 11 deletions

View File

@ -19,6 +19,6 @@ Each time when a Yii application handles a request, it undergoes a similar workf
The following diagram shows how an application handles a request.
![Request Lifecycle](images/application-lifecycle.png)
![Request Lifecycle](images/request-lifecycle.png)
In this section, we will describe in detail how some of these steps work.