• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • yohobuy
  • www.yohobuy.com
  • application
  • controllers
  • Index.php
  • PC重构
    920a36aa
    by whb
    2015-12-28 15:19:34 +0800  
    Browse Files
Index.php 164 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<?php
use Action\WebAction;
class IndexController extends WebAction
{
    public function indexAction()
    {
        echo 'hello';
        exit();
    }
}