• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

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
  • YOHOBUYWAP
  • ..
  • controllers
  • Index.php
  • fixes bug to maylike data show
    68ecc2cb
    by hf
    2015-11-02 12:56:50 +0800  
    Browse Files
Index.php 396 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?php

use Action\AbstractAction;

/**
 * 购物车相关的控制器
 * 
 * @name IndexController
 * @package Cart
 * @copyright yoho.inc
 * @version 1.0 (2015-10-28 16:34:17)
 * @author fei.hong <fei.hong@yoho.cn>
 */
class IndexController extends AbstractAction
{
    public function indexAction()
    {
        // 跳转到老版
        // $this->go(OLD_MAIN . '/cart/index/index');
    }
}