Answer the question
In order to leave comments, you need to log in
Why can't I find what I want to find by url?
Good day !
I wanted to ask - I have routes configured in routes
'main/index/{id:\d+}' => [
'controller' => 'main',
'action' => 'index',
],
public function add($route, $params) {
$route = preg_replace('/{([a-z]+):([^\}]+)}/', '(?P<\1><\2>)', $route);
$route = '#^'.$route.'$#';
$this->routes[$route] = $params;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question