Skip to content

Instantly share code, notes, and snippets.

@commercial-hippie
Last active August 29, 2015 14:15
Show Gist options
  • Save commercial-hippie/eb865b31ab6d0c8f30f2 to your computer and use it in GitHub Desktop.
Save commercial-hippie/eb865b31ab6d0c8f30f2 to your computer and use it in GitHub Desktop.
<?php
Router::connect('/orange-county-real-estate/search/**', ['controller' => 'properties', 'action'=>'search']);
// /orange-county-real-estate/search/orange/1/0
public function search($city = 'orange', $list = 0, $map = 0) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment