$router->add('/Device/{mac:(?:[a-f0-9]{2}:){5}(?:[a-f0-9]{2})}', ['controller' => 'Device', 'action' => 'index']);
I try to print $this->dispatcher->getPrams(); I get Array(mac => 1).
Thanks.
$router->add('/Device/{mac:(?:[a-f0-9]{2}:){5}(?:[a-f0-9]{2})}', ['controller' => 'Device', 'action' => 'index']);
I try to print $this->dispatcher->getPrams(); I get Array(mac => 1).
Thanks.