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
03e1d93c
Commit
03e1d93c
authored
Dec 01, 2014
by
Nobuo Kihara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide-ja/structure-applications.md - broken link fixed [ci skip]
parent
3804817c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
structure-applications.md
docs/guide-ja/structure-applications.md
+1
-1
No files found.
docs/guide-ja/structure-applications.md
View file @
03e1d93c
...
...
@@ -95,7 +95,7 @@ $config = require(__DIR__ . '/../config/web.php');
これは非常に有用なプロパティです。
これによって、アプリケーションの
[
[yii\base\Application::bootstrap()|ブートストラップの過程
]
] において走らせるべきコンポーネントを配列として指定することが出来ます。
例えば、ある
[
モジュール
](
structure-modules.md
)
に
[
URL 規則
](
runtime-
url-handl
ing.md
)
をカスタマイズさせたいときに、モジュールの ID をこのプロパティの要素として挙げることが出来ます。
例えば、ある
[
モジュール
](
structure-modules.md
)
に
[
URL 規則
](
runtime-
rout
ing.md
)
をカスタマイズさせたいときに、モジュールの ID をこのプロパティの要素として挙げることが出来ます。
このプロパティに挙げるコンポーネントは、それぞれ、以下の形式のいずれかによって指定することが出来ます。
...
...
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