<?php | |
Router::connect( | |
'/indirizzi/email/*', //URL | |
array('controller' => 'phones', 'action' => 'view', 12) //controller, action e parametro 12 passato sempre | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment