<?php namespace app\home\controller; use app\BaseController; use think\facade\Db; use think\facade\View; class Index extends Base { /*้ฆ้กต*/ public function index() { return View::fetch(); } }