Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-10 19:40:09 +0800
Commit
4a42fa20326887bab439fc01e887debce19a2819
1 parent
c2f15da4
my guang
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
template/m.yohobuy.com/actions/index/home/my-guang.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/actions/index/home/my-guang.phtml
0 → 100644
View file @
4a42fa2
{
{>
layout/header
}
}
<div
class=
"my-guang-page yoho-page"
>
<div
class=
"info-list"
>
{
{#
myGuang
}
}
{
{>
guang/info
}
}
{
{/
myGuang
}
}
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
4a42fa2
...
...
@@ -110,6 +110,14 @@ class HomeController extends AbstractAction
}
/**
* 我的逛
*/
public
function
myGuangAction
()
{
echo
'My Guang'
;
}
/**
* 意见反馈
*/
public
function
suggestAction
()
...
...
Please
register
or
login
to post a comment