次のようなURLから取得したい:example.com/?module=index&controller=index&action=hello $ _GET []で値を取得し、application \ modules \ index \ controllers\IndexControllerのような名前空間パスを作成してから
use application\modules\index\controllers\IndexController as IndexController;
$IndexController = new IndexController;
$IndexController->hello();
たとえば、ランダムな方法でパスを作成しようとすると->エラーと..それを行う方法がわかりません。助けてください!