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