<?php | |
Router::connect( | |
'/indirizzi/email', //URL | |
array('controller' => 'phones', 'action' => 'index') //controller, action ed eventuali parametri | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment