mrjgreen / phroute

A super fast PHP router, with route parameters, restful controllers, filters and reverse routing.
Other
713 stars 97 forks source link

Cant handle the Controllers #60

Open mohamedgmousa opened 7 years ago

mohamedgmousa commented 7 years ago

When I use this code class Home { public function Test() { echo'Test'; } } $router->controller('/test','Home');

I receive this error : https://i.imgsafe.org/e19f295663.png

skiner commented 7 years ago

public function indexTest()