Detail.php 5.64 KB
<?php
use Action\AbstractAction;

class DetailController extends AbstractAction
{

    public function indexAction()
    {
        $data = array(
            'id' => 1,
            'author' => array(
                'avatar' => 'http://7xidk0.com1.z0.glb.clouddn.com/avater.png',
                'name' => '山本耀司',
                'intro' => '日本设计界一代宗师,分享一些个人区委分享内容不求有用但求有趣区委分享内容不求有用但求有趣区委分享内容不求有用但求有趣区委分享内容不求有用但求有趣',
                'url' => ''
            ),
            'detail' => array(
                'title' => 'Skin Art Series INN 2015新品',
                'publishTime' => '2月13日 12:34',
                'pageView' => 3445,
                'content' => array(
                    array(
                        'text' => '复古风劲吹,在各路复古跑鞋嚣张跋扈的当下,历史悠久的Onitsuka也动作频频'
                    ),
                    array(
                        'bigImage' => 'http://img10.static.yhbimg.com/yhb-img01/2015/06/11/15/017b3fa0478e26a3ded2ac75d341fe3ab6.jpg?imageView/2/w/640/h/640'
                    ),
                    array(
                        'relatedReco' => array(
                            'onlyOne' => true,
                            'id' => 1,
                            'thumb' => 'http://img11.static.yhbimg.com/goodsimg/2015/03/02/07/01ebfb219e22770ffb0c2c3a2cbb2b4bef.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
                            'name' => 'GAWS DIGI 丛林数码印花拼接卫衣看看两行文字以上能不能切字啦,样式应该不会乱的吧',
                            'isLike' => false,
                            'price' => 1268,
                            'salePrice' => 589,
                            'url' => '' 
                        )
                    ),
                    array(
                        'collocation' => array(
                            array(
                                'thumb' => 'http://7xidk0.com1.z0.glb.clouddn.com/clothe.png',
                                'type' => 'pants',
                                'goods' => array(
                                    'id' => 1,
                                    'thumb' => 'http://img11.static.yhbimg.com/goodsimg/2015/03/02/07/01ebfb219e22770ffb0c2c3a2cbb2b4bef.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
                                    'name' => 'GAWS DIGI 丛林数码印花拼接卫衣',
                                    'price' => 1268,
                                    'salePrice' => 589,
                                    'tags' => array(
                                        array(
                                            'isNew' => true
                                        )
                                    ),
                                    'isFew' => true,
                                    'url' => ''
                                )
                            ),
                            array(
                                'thumb' => 'http://7xidk0.com1.z0.glb.clouddn.com/clothe.png',
                                'type' => 'cloth',
                                'goods' => array(
                                    'id' => 1,
                                    'thumb' => 'http://img11.static.yhbimg.com/goodsimg/2015/03/02/07/01ebfb219e22770ffb0c2c3a2cbb2b4bef.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
                                    'name' => 'GAWS DIGI 丛林数码印花拼接卫衣',
                                    'price' => 1268,
                                    'salePrice' => 589,
                                    'tags' => array(
                                        array(
                                            'isNew' => true
                                        )
                                    ),
                                    'isFew' => true,
                                    'url' => ''
                                )
                            )
                        )
                    )
                )
            ),
            'relatedBrand' => array(
                array(
                    'thumb' => 'http://7xidk0.com1.z0.glb.clouddn.com/logo.png',
                    'name' => 'HALFGIRL测试名字长的情况',
                    'url' => ''
                ),
                array(
                    'thumb' => 'http://7xidk0.com1.z0.glb.clouddn.com/logo.png',
                    'name' => '黄伟文Wyman',
                    'url' => ''
                ),
                array(
                    'thumb' => 'http://7xidk0.com1.z0.glb.clouddn.com/logo.png',
                    'name' => 'HIPANDA',
                    'url' => ''
                )
            ),
            'relatedTag' => array(
                array(
                    'name' => '棒球服',
                    'url' => ''
                )
            ),
            'relatedInfo' => array(
                array(
                    'thumb' => 'http://7xidk0.com1.z0.glb.clouddn.com/pant.png',
                    'title' => '复古风劲吹,在各路复古跑鞋嚣张跋扈的当下,历史悠久的Onitsuka',
                    'url' => '',
                    'publishTime' => '2月13日 12:34'
                )
            )
        );
        $this->_view->assign('title', 'YOHO!有货');
        $this->_view->display('index', array('modulePath' => 'guang/detail', 'guang' => $data));
    }
}