Last active
August 29, 2015 14:15
-
-
Save commercial-hippie/eb865b31ab6d0c8f30f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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