-
-
Save claylo/1024254 to your computer and use it in GitHub Desktop.
Revisions
-
Clay Loveless revised this gist
Jun 14, 2011 . No changes.There are no files selected for viewing
-
Clay Loveless created this gist
Jun 14, 2011 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ <?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();