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
d1ab9f72
Commit
d1ab9f72
authored
May 28, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished application guide [skip ci]
parent
e4ff31cc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
concept-aliases.md
docs/guide/concept-aliases.md
+1
-1
structure-applications.md
docs/guide/structure-applications.md
+0
-0
Module.php
framework/base/Module.php
+1
-1
No files found.
docs/guide/concept-aliases.md
View file @
d1ab9f72
...
...
@@ -109,7 +109,7 @@ The following is the list of the predefined aliases:
-
`@yii`
: the directory where the
`BaseYii.php`
file is located (also called the framework directory).
-
`@app`
: the
[
[yii\base\Application::basePath|base path
]
] of the currently running application.
-
`@runtime`
: the
[
[yii\base\Application::runtimePath|runtime path
]
] of the currently running application.
-
`@vendor`
: the
Composer vendor directory
.
-
`@vendor`
: the
[
[yii\base\Application::vendorPath|Composer vendor directory
]
.
-
`@webroot`
: the Web root directory of the currently running Web application.
-
`@web`
: the base URL of the currently running Web application.
...
...
docs/guide/structure-applications.md
View file @
d1ab9f72
This diff is collapsed.
Click to expand it.
framework/base/Module.php
View file @
d1ab9f72
...
...
@@ -248,7 +248,7 @@ class Module extends ServiceLocator
/**
* Sets the directory that contains the layout files.
* @param string $path the root directory of layout files.
* @param string $path the root directory o
r path alias o
f layout files.
* @throws InvalidParamException if the directory is invalid
*/
public
function
setLayoutPath
(
$path
)
...
...
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