git 使用测试代码 2015/12/15 17278 <?php class TestController { public function __construct() { } public function index() { echo 'hello world !'; } }