<?php
public function index()
{
$controller = $this->router->fetch_class();
$method = $this->router->fetch_method();
print_r($controller);
print_r($method);
exit;
}
<?php
fetch_class()
fetch_method()
کد بالا رو در یکی از کنترلرهاتون قرار بدید و به وسیله دو متد بالا میتونید نام کلاس یا متد جاری رو نمایش بدید