Commit 8e880f69 by Alexander Makarov

Used new drawings in the guide, removed old ones

parent e62391a4
...@@ -67,7 +67,7 @@ all [controller classes](structure-controllers.md). ...@@ -67,7 +67,7 @@ all [controller classes](structure-controllers.md).
The following diagram shows the static structure of an application: The following diagram shows the static structure of an application:
![Static structure of Yii application](images/structure.png) ![Static structure of Yii application](images/application-structure.png)
Request Lifecycle Request Lifecycle
...@@ -75,7 +75,7 @@ Request Lifecycle ...@@ -75,7 +75,7 @@ Request Lifecycle
The following diagram shows a typical workflow of a Yii application handling a user request: The following diagram shows a typical workflow of a Yii application handling a user request:
![Typical workflow of a Yii application](images/flow.png) ![Typical workflow of a Yii application](images/application-lifecycle.png)
1. A user makes a request of the URL `http://www.example.com/index.php?r=post/show&id=1`. 1. A user makes a request of the URL `http://www.example.com/index.php?r=post/show&id=1`.
The Web server handles the request by executing the bootstrap script `index.php`. The Web server handles the request by executing the bootstrap script `index.php`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment