Skip to content

Instantly share code, notes, and snippets.

@haleyngonadi
Forked from lorenzo/file.ctp
Created October 29, 2015 08:03
Show Gist options
  • Save haleyngonadi/d285458100dac7656bc5 to your computer and use it in GitHub Desktop.
Save haleyngonadi/d285458100dac7656bc5 to your computer and use it in GitHub Desktop.
<?php
...
Router::scope('/artist', ['controller' => 'Artists'], function ($routes) {
$routes->connect('/:id/:name', ['action' => 'view'], ['pass' => ['id']]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment