|
|
<?php
|
|
|
use Action\AbstractAction;
|
|
|
|
|
|
/*
|
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
|
* To change this template file, choose Tools | Templates
|
|
|
* and open the template in the editor.
|
|
|
/**
|
|
|
* 逛首页、列表页、编辑页
|
|
|
*/
|
|
|
class ListController extends AbstractAction
|
|
|
{
|
|
|
|
|
|
/**
|
|
|
* 首页
|
|
|
*/
|
|
|
public function indexAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'isHomePage' => true,
|
|
|
'swiper' => array(
|
|
|
array(
|
|
|
'url' => '',
|
|
|
'img' => 'http://img11.static.yhbimg.com/yhb-img01/2015/07/06/10/014fd517e2fe3f3e0dc3cbc3007d8093af.jpg?imageView/2/w/640/h/640'
|
|
|
),
|
|
|
array(
|
|
|
'url' => '',
|
|
|
'img' => 'http://img10.static.yhbimg.com/yhb-img01/2015/07/03/13/01a165dd33db8488edc741241950a596a8.jpg?imageView/2/w/640/h/640'
|
|
|
)
|
|
|
),
|
|
|
'navs' => array(
|
|
|
array(
|
|
|
'typeId' => 1,
|
|
|
'type' => '最新',
|
|
|
'url' => '/guang/index'
|
|
|
),
|
|
|
array(
|
|
|
'typeId' => 2,
|
|
|
'type' => '话题',
|
|
|
'focus' => true,
|
|
|
'url' => '/guang/index'
|
|
|
),
|
|
|
array(
|
|
|
'typeId' => 3,
|
|
|
'type' => '搭配',
|
|
|
'url' => '/guang/index'
|
|
|
),
|
|
|
array(
|
|
|
'typeId' => 4,
|
|
|
'type' => '潮人',
|
|
|
'url' => '/guang/index'
|
|
|
),
|
|
|
array(
|
|
|
'typeId' => 5,
|
|
|
'type' => '潮物',
|
|
|
'url' => '/guang/index'
|
|
|
),
|
|
|
array(
|
|
|
'typeId' => 6,
|
|
|
'type' => '小贴士',
|
|
|
'url' => '/guang/index'
|
|
|
)
|
|
|
),
|
|
|
'infos' => array(
|
|
|
array(
|
|
|
'id' => 1,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '1.副线不知为何总是好看点',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => true,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 459,
|
|
|
'isLiked' => true
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isFashionMan' => true
|
|
|
),
|
|
|
array(
|
|
|
'id' => 1,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '1.副线不知为何总是好看点',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => true,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 459,
|
|
|
'isLiked' => true
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isTip' => true
|
|
|
),
|
|
|
array(
|
|
|
'id' => 2,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '2.副线不知为何总是好看点测试长度是否会被截取塞真的很恶心啊',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => false,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 100,
|
|
|
'isLiked' => false
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isFashionGood' => true
|
|
|
)
|
|
|
)
|
|
|
);
|
|
|
$this->_view->assign('title', 'YOHO!有货');
|
|
|
$this->_view->display('index', array('modulePath' => 'guang/list', 'guang' => $data));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 列表页
|
|
|
*/
|
|
|
public function listAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'infos' => array(
|
|
|
array(
|
|
|
'id' => 1,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '1.副线不知为何总是好看点',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => true,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 459,
|
|
|
'isLiked' => true
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isFashionMan' => true
|
|
|
),
|
|
|
array(
|
|
|
'id' => 1,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '1.副线不知为何总是好看点',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => true,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 459,
|
|
|
'isLiked' => true
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isTip' => true
|
|
|
),
|
|
|
array(
|
|
|
'id' => 2,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '2.副线不知为何总是好看点测试长度是否会被截取塞真的很恶心啊',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => false,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 100,
|
|
|
'isLiked' => false
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isFashionGood' => true
|
|
|
)
|
|
|
)
|
|
|
);
|
|
|
$this->_view->assign('title', 'YOHO!有货');
|
|
|
$this->_view->display('index', array('modulePath' => 'guang/list', 'guang' => $data));
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* 编辑页
|
|
|
*/
|
|
|
public function editorAction()
|
|
|
{
|
|
|
$data = array(
|
|
|
'author' => array(
|
|
|
'avatar' => 'http://7xidk0.com1.z0.glb.clouddn.com/avater.png',
|
|
|
'name' => '山本耀司',
|
|
|
'info' => '设计理念:他以简洁而富有韵味,线条流畅,反时尚的设计风格而著称。'
|
|
|
),
|
|
|
'infos' => array(
|
|
|
array(
|
|
|
'id' => 1,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '1.副线不知为何总是好看点',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => true,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 459,
|
|
|
'isLiked' => true
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isFashionMan' => true
|
|
|
),
|
|
|
array(
|
|
|
'id' => 1,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '1.副线不知为何总是好看点',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => true,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 459,
|
|
|
'isLiked' => true
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isTip' => true
|
|
|
),
|
|
|
array(
|
|
|
'id' => 2,
|
|
|
'img' => 'http://7xidk0.com1.z0.glb.clouddn.com/bg.png',
|
|
|
'title' => '2.副线不知为何总是好看点测试长度是否会被截取塞真的很恶心啊',
|
|
|
'text' => '具有绅士气质的英伦风格是永走前沿的经典,在众多的Made ' .
|
|
|
'In England中Panul Smith缔造了一个传奇',
|
|
|
'showTags' => false,
|
|
|
'publishTime' => '2月13日 12:34',
|
|
|
'pageView' => 3445,
|
|
|
'like' => array(
|
|
|
'count' => 100,
|
|
|
'isLiked' => false
|
|
|
),
|
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isFashionGood' => true
|
|
|
)
|
|
|
)
|
|
|
);
|
|
|
$this->_view->assign('title', 'YOHO!有货');
|
|
|
$this->_view->display('index', array('modulePath' => 'guang/list', 'guang' => $data));
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|