<?php | |
$url = Router::url(array('controller' => 'posts', 'action' => 'view', 3)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
$url = Router::url(array('controller' => 'posts', 'action' => 'view', 3)); |