...
|
...
|
@@ -11,8 +11,31 @@ class PlusstarController extends AbstractAction |
|
|
*/
|
|
|
public function listAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'star' => array(
|
|
|
array(
|
|
|
'imgs' => array(
|
|
|
array(
|
|
|
'url' => 'http://stussy.m.yohobuy.com',
|
|
|
'img' => 'http://ad.yoho.cn/yohobuy/newfestival/img/brandsmap/6KTZ_01.jpg'
|
|
|
),
|
|
|
array(
|
|
|
'url' => 'http://stussy.m.yohobuy.com',
|
|
|
'img' =>'http://ad.yoho.cn/yohobuy/newfestival/img/brandsmap/5HUF_01.jpg'
|
|
|
)
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'url' => 'http://stussy.m.yohobuy.com',
|
|
|
'img' => 'http://ad.yoho.cn/yohobuy/newfestival/img/brandsmap/4STAYREAL_02.jpg',
|
|
|
'deps' => '优秀的自助品牌,高瞻远瞩的建设性意见来测试文字溢出后的处理问题'
|
|
|
)
|
|
|
),
|
|
|
'plus' => array(
|
|
|
)
|
|
|
);
|
|
|
$this->_view->assign('title', 'YOHO!有货');
|
|
|
$this->_view->display('list', array('test' => 'hello world'));
|
|
|
$this->_view->display('list', array('modulePath' => 'guang/plus-star/list', 'ps' => $data));
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -164,7 +187,7 @@ class PlusstarController extends AbstractAction |
|
|
)
|
|
|
);
|
|
|
$this->_view->assign('title', 'PLUS+STAR 详情页');
|
|
|
$this->_view->display('detail', array('modulePath' => 'guang/plus-star', 'ps' => $data));
|
|
|
$this->_view->display('detail', array('modulePath' => 'guang/plus-star/detail', 'ps' => $data));
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|