- Code: Select all
url.tld/controller/method/[paramN/]
and you have your controller and something like
- Code: Select all
public function method($paramN) {
}
no need to write the routes config for every single method, and it's easier to access your params more than $this->params()
it would be like auto routes but without the numbers... you know, the classic way
