前提
手順
コード
src\Controller
TestkureController.php
<?php
namespace App\Controller;
class TestkureController extends AppController {
public $name = "Testkure";
public $autoRender = false;
public function index() {
echo "TestkureController";
}
public function index2(){
echo "index2";
}
}
動作確認
http://localhost:8001/testkure
http://localhost:8001/testkure/index2
参考
PHPフレームワーク CakePHP 3入門
posted with amazlet at 17.04.22
掌田 津耶乃
秀和システム
売り上げランキング: 15,411
秀和システム
売り上げランキング: 15,411