tp6エントリーファイルについて
  启明星Б.Нарса н
 启明星Б.Нарса н 2020-05-24 06:32:19
0
0
1193

tp6 の学習を開始しました

tp6.io/index/Index/hello() を実行すると、実行結果は tp6.io/index/Index/index になります。これは他のコントローラーにも当てはまります。

tp6.io/index/Index/user も

コード:

<?phpnamespace app\controller;use app\BaseController;use think\facade\ Db;use think \facade\Env;class Index extends BaseController{ public functionindex(){ return 'administrator'; } public function user(){ return 'users'; } public function hello($name = 'ThinkPHP6') { return 'hello, ' . $name; }}

  启明星Б.Нарса н
 启明星Б.Нарса н

全員に返信(0)
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート