Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
9d81395a
Commit
9d81395a
authored
Oct 03, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed links in application guide
fixes #5322
parent
fc8f6c46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
structure-applications.md
docs/guide/structure-applications.md
+3
-3
No files found.
docs/guide/structure-applications.md
View file @
9d81395a
...
@@ -523,7 +523,7 @@ to insert your custom code via the event mechanism to intercept the request hand
...
@@ -523,7 +523,7 @@ to insert your custom code via the event mechanism to intercept the request hand
in the event handler, you may dynamically set the [[yii\base\Application::language]] property based on some parameters.
in the event handler, you may dynamically set the [[yii\base\Application::language]] property based on some parameters.
### [[yii\base\Application::EVENT_
BEFORE
_REQUEST|EVENT_AFTER_REQUEST]] <a name="afterRequest"></a>
### [[yii\base\Application::EVENT_
AFTER
_REQUEST|EVENT_AFTER_REQUEST]] <a name="afterRequest"></a>
This event is triggered *after* an application finishes handling a request but *before* sending the response.
This event is triggered *after* an application finishes handling a request but *before* sending the response.
The actual event name is `afterRequest`.
The actual event name is `afterRequest`.
...
@@ -535,7 +535,7 @@ Note that the [[yii\web\Response|response]] component also triggers some events
...
@@ -535,7 +535,7 @@ Note that the [[yii\web\Response|response]] component also triggers some events
response content to end users. Those events are triggered *after* this event.
response content to end users. Those events are triggered *after* this event.
### [[yii\base\Application::EVENT_BEFORE_
REQUEST
|EVENT_BEFORE_ACTION]] <a name="beforeAction"></a>
### [[yii\base\Application::EVENT_BEFORE_
ACTION
|EVENT_BEFORE_ACTION]] <a name="beforeAction"></a>
This event is triggered *before* running every [controller action](structure-controllers.md).
This event is triggered *before* running every [controller action](structure-controllers.md).
The actual event name is `beforeAction`.
The actual event name is `beforeAction`.
...
@@ -561,7 +561,7 @@ triggering this event, followed by modules (if any), and finally controllers. If
...
@@ -561,7 +561,7 @@ triggering this event, followed by modules (if any), and finally controllers. If
sets [[yii\base\ActionEvent::isValid]] to be `false`, all the following events will NOT be triggered.
sets [[yii\base\ActionEvent::isValid]] to be `false`, all the following events will NOT be triggered.
### [[yii\base\Application::EVENT_
BEFORE_REQUEST
|EVENT_AFTER_ACTION]] <a name="afterAction"></a>
### [[yii\base\Application::EVENT_
AFTER_ACTION
|EVENT_AFTER_ACTION]] <a name="afterAction"></a>
This event is triggered *after* running every [controller action](structure-controllers.md).
This event is triggered *after* running every [controller action](structure-controllers.md).
The actual event name is `afterAction`.
The actual event name is `afterAction`.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment