Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
yangyang
2016-04-13 11:18:32 +0800
Commit
c9b93eaafdec6669bbd6ce524f6759536dd9a648
1 parent
7cbec401
save
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/StarClass.php
yohobuy/m.yohobuy.com/application/models/Guang/StarClass.php
View file @
c9b93ea
...
...
@@ -87,7 +87,7 @@ class StarClassModel
if
(
empty
(
$build
))
{
continue
;
}
$result
[]
=
$build
;
$result
[
'resources'
][
]
=
$build
;
}
$build
=
array
();
}
...
...
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/StarClass.php
View file @
c9b93ea
...
...
@@ -31,7 +31,7 @@ class StarClassController extends AbstractAction
public
function
specialAction
()
{
$data
=
StarClassModel
::
getspecial
();
//print_r($data);
$this
->
_view
->
display
(
'subject'
,
array
(
'trendClassSubject'
=>
$data
));
...
...
Please
register
or
login
to post a comment