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
0b755395
Commit
0b755395
authored
Nov 02, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working on guide [skip ci]
parent
a15dbb21
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
9 deletions
+7
-9
README.md
docs/guide/README.md
+1
-2
runtime-routing.md
docs/guide/runtime-routing.md
+0
-0
runtime-url-handling.md
docs/guide/runtime-url-handling.md
+0
-0
start-installation.md
docs/guide/start-installation.md
+3
-3
structure-controllers.md
docs/guide/structure-controllers.md
+2
-2
translation-status.md
docs/internals/translation-status.md
+1
-2
No files found.
docs/guide/README.md
View file @
0b755395
...
...
@@ -49,11 +49,10 @@ Handling Requests
*
[
Overview
](
runtime-overview.md
)
*
[
Bootstrapping
](
runtime-bootstrapping.md
)
*
[
Routing
](
runtime-routing.md
)
*
[
Routing
and Url Creation
](
runtime-routing.md
)
*
[
Requests
](
runtime-requests.md
)
*
[
Responses
](
runtime-responses.md
)
*
[
Sessions and Cookies
](
runtime-sessions-cookies.md
)
*
[
URL Parsing and Generation
](
runtime-url-handling.md
)
*
[
Handling Errors
](
runtime-handling-errors.md
)
*
[
Logging
](
runtime-logging.md
)
...
...
docs/guide/runtime-routing.md
View file @
0b755395
This diff is collapsed.
Click to expand it.
docs/guide/runtime-url-handling.md
deleted
100644 → 0
View file @
a15dbb21
This diff is collapsed.
Click to expand it.
docs/guide/start-installation.md
View file @
0b755395
...
...
@@ -158,9 +158,9 @@ DocumentRoot "path/to/basic/web"
### Recommended Nginx Configuration <a name="recommended-nginx-configuration"></a>
You should have installed PHP as an [FPM SAPI](http://php.net/install.fpm) to use [Nginx](http://wiki.nginx.org/
).
Use the following Nginx configuration, replacing `path/to/basic/web` with the actual path for `basic/web` and `mysite.local` with
the actual hostname to serve.
To use [Nginx](http://wiki.nginx.org/), you should install PHP as an [FPM SAPI](http://php.net/install.fpm
).
You may use the following Nginx configuration, replacing `path/to/basic/web` with the actual path for
`basic/web` and `mysite.local` with
the actual hostname to serve.
```
server {
...
...
docs/guide/structure-controllers.md
View file @
0b755395
...
...
@@ -84,8 +84,8 @@ ModuleID/ControllerID/ActionID
```
So if a user requests with the URL
`http://hostname/index.php?r=site/index`
, the
`index`
action in the
`site`
controller
will be executed. For more details how routes are resolved into actions, please refer to
the
[
Routing
](
runtime-routing.md
)
section.
will be executed. For more details
on
how routes are resolved into actions, please refer to
the
[
Routing
and URL Generation
](
runtime-routing.md
)
section.
## Creating Controllers <a name="creating-controllers"></a>
...
...
docs/internals/translation-status.md
View file @
0b755395
...
...
@@ -27,11 +27,10 @@ structure-assets.md | Yes
structure-extensions.md | Yes
runtime-overview.md | Yes
runtime-bootstrapping.md | Yes
runtime-routing.md |
Yes
runtime-routing.md |
runtime-requests.md | Yes
runtime-responses.md | Yes
runtime-sessions-cookies.md | Yes
runtime-url-handling.md |
runtime-handling-errors.md | Yes
runtime-logging.md | Yes
concept-components.md | Yes
...
...
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