mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Update start-workflow.md
This commit is contained in:
committed by
GitHub
parent
54c6e43dda
commit
2a7c810d75
@ -78,7 +78,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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Each application has an entry script `web/index.php` which is the only Web accessible PHP script in the application.
|
Each application has an entry script `web/index.php` which is the only Web accessible PHP script in the application.
|
||||||
The entry script takes an incoming request and creates an [application](structure-applications.md) instance to handle it.
|
The entry script takes an incoming request and creates an [application](structure-applications.md) instance to handle it.
|
||||||
@ -92,7 +92,7 @@ Request Lifecycle <span id="request-lifecycle"></span>
|
|||||||
|
|
||||||
The following diagram shows how an application handles a request.
|
The following diagram shows how an application handles a request.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. A user makes a request to the [entry script](structure-entry-scripts.md) `web/index.php`.
|
1. A user makes a request to the [entry script](structure-entry-scripts.md) `web/index.php`.
|
||||||
2. The entry script loads the application [configuration](concept-configurations.md) and creates
|
2. The entry script loads the application [configuration](concept-configurations.md) and creates
|
||||||
|
|||||||
Reference in New Issue
Block a user