Renamed application template into project template in docs

This commit is contained in:
Alexander Makarov
2015-04-02 14:46:11 +03:00
parent 7578b42dc5
commit 87a824515f
21 changed files with 40 additions and 38 deletions

View File

@@ -144,7 +144,7 @@ the following variables if the error action is defined as [[yii\web\ErrorAction]
* `exception`: the exception object through which you can retrieve more useful information, such as HTTP status code,
error code, error call stack, etc.
> Info: If you are using the [basic application template](start-installation.md) or the [advanced application template](tutorial-advanced-app.md),
> Info: If you are using the [basic project template](start-installation.md) or the [advanced project template](tutorial-advanced-app.md),
the error action and the error view are already defined for you.