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
b489cada
Commit
b489cada
authored
Jun 12, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
guide WIP [skip ci]
parent
4ec0e131
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
structure-filters.md
docs/guide/structure-filters.md
+5
-0
structure-views.md
docs/guide/structure-views.md
+0
-0
View.php
framework/base/View.php
+1
-1
No files found.
docs/guide/structure-filters.md
View file @
b489cada
Filters
=======
> Note: This section is under development.
You may apply some action filters to controller actions to accomplish tasks such as determining
You may apply some action filters to controller actions to accomplish tasks such as determining
who can access the current action, decorating the result of the action, etc.
who can access the current action, decorating the result of the action, etc.
...
...
docs/guide/structure-views.md
View file @
b489cada
This diff is collapsed.
Click to expand it.
framework/base/View.php
View file @
b489cada
...
@@ -206,7 +206,7 @@ class View extends Component
...
@@ -206,7 +206,7 @@ class View extends Component
* Otherwise, it will simply include the view file as a normal PHP file, capture its output and
* Otherwise, it will simply include the view file as a normal PHP file, capture its output and
* return it as a string.
* return it as a string.
*
*
* @param string $viewFile the view file. This can be either a
file path or a path alias
.
* @param string $viewFile the view file. This can be either a
n absolute file path or an alias of it
.
* @param array $params the parameters (name-value pairs) that will be extracted and made available in the view file.
* @param array $params the parameters (name-value pairs) that will be extracted and made available in the view file.
* @param object $context the context that the view should use for rendering the view. If null,
* @param object $context the context that the view should use for rendering the view. If null,
* existing [[context]] will be used.
* existing [[context]] will be used.
...
...
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