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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
ceefbc2c
Commit
ceefbc2c
authored
Dec 02, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6340 from softark/docs-guide-fix
docs/guide/runtime-routing.md - fix [ci skip]
parents
97acf965
e71112bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
runtime-routing.md
docs/guide/runtime-routing.md
+1
-1
No files found.
docs/guide/runtime-routing.md
View file @
ceefbc2c
...
@@ -247,7 +247,7 @@ The rest of the properties are optional. However, their configuration shown abov
...
@@ -247,7 +247,7 @@ The rest of the properties are optional. However, their configuration shown abov
*
[
[yii\web\UrlManager::showScriptName|showScriptName
]
]: this property determines whether the entry script
*
[
[yii\web\UrlManager::showScriptName|showScriptName
]
]: this property determines whether the entry script
should be included in the created URLs. For example, instead of creating a URL
`/index.php/post/100`
,
should be included in the created URLs. For example, instead of creating a URL
`/index.php/post/100`
,
by setting this property to be
tru
e, a URL
`/post/100`
will be generated.
by setting this property to be
fals
e, a URL
`/post/100`
will be generated.
*
[
[yii\web\UrlManager::enableStrictParsing|enableStrictParsing
]
]: this property determines whether to enable
*
[
[yii\web\UrlManager::enableStrictParsing|enableStrictParsing
]
]: this property determines whether to enable
strict request parsing. If strict parsing is enabled, the incoming requested URL must match at least one of
strict request parsing. If strict parsing is enabled, the incoming requested URL must match at least one of
the
[
[yii\web\UrlManager::rules|rules
]
] in order to be treated as a valid request, or a
[
[yii\web\NotFoundHttpException
]
]
the
[
[yii\web\UrlManager::rules|rules
]
] in order to be treated as a valid request, or a
[
[yii\web\NotFoundHttpException
]
]
...
...
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