mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 17:20:57 +08:00
Merge pull request #8365 from elysdir/docs-change-chain-to-step
Changing the phrase 'the first chain in the process'.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Entry Scripts
|
Entry Scripts
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Entry scripts are the first chain in the application bootstrapping process. An application (either
|
Entry scripts are the first step in the application bootstrapping process. An application (either
|
||||||
Web application or console application) has a single entry script. End users make requests to
|
Web application or console application) has a single entry script. End users make requests to
|
||||||
entry scripts which instantiate application instances and forward the requests to them.
|
entry scripts which instantiate application instances and forward the requests to them.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user