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
7fc925f6
Commit
7fc925f6
authored
Jun 14, 2014
by
Riverlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translated
parent
f3df8afd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
start-workflow.md
docs/guide-zh-CN/start-workflow.md
+6
-9
No files found.
docs/guide-zh-CN/start-workflow.md
View file @
7fc925f6
运行应用程序
运行应用程序
====================
====================
After installing Yii, you have a working Yii application that can be accessed via
Yii 安装后,就有了一个可以运行的 Yii 应用程序了,你可以通过 URL
`http://hostname/basic/web/index.php`
或
the URL
`http://hostname/basic/web/index.php`
or
`http://hostname/index.php`
, depending
`http://hostname/index.php`
访问它,具体取决于你的配置。本章将介绍此应用程序的内置功能,代码的组织方式以及总体上程序是
upon your configuration. This section will introduce the application's built-in functionality,
怎样处理请求的。
how the code is organized, and how the application handles requests in general.
> Info: 为简单起见,这个“入门”教程假设你已经将 `basic/web` 设置为了 Web 服务器的文档根目录。访问此程序的是类似
> Info: For simplicity, throughout this "Getting Started" tutorial, it's assumed that you have set `basic/web`
`http://hostname/index.php`
的 URL 。请根据你的实际情况,在下文描述中作相应调整。
as the document root of your Web server, and configured, the URL for accessing
your application to be
`http://hostname/index.php`
or something similar.
For your needs, please adjust the URLs in our descriptions accordingly.
Functionality <a name="functionality"></a>
Functionality <a name="functionality"></a>
...
...
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