-
-
Save claylo/1024254 to your computer and use it in GitHub Desktop.
My Routed Controller
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 | |
// Wow, we know what controller to use! | |
require_once 'MyApp/Controllers/Foo.php'; | |
// handle your HTTP Methods inside your controller | |
$app = new MyApp_Controllers_Foo(); | |
$app->run(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment