-1
我在UsersController錯誤中缺少方法。如何使用CakePHP 3解決UserController中的缺失方法?
The action table_datatable.ctp is not defined in UsersController.
Error: Create UsersController::table_datatable.ctp() in file: src\Controller\UsersController.php.
<?php
namespace App\Controller;
use App\Controller\AppController;
class UsersController extends AppController
{
public function table_datatable.ctp()
{
}
}