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