refactoring.

This commit is contained in:
Taylor Otwell
2011-11-01 19:41:35 -05:00
parent c3c0fbce96
commit 83d927c4f1
11 changed files with 52 additions and 40 deletions

View File

@@ -194,8 +194,7 @@ class Router {
}
/**
* Search the controllers for the application and determine if an applicable
* controller exists for the current request to the application.
* Search for a controller that can handle the current request.
*
* If a controller is found, the array key for the controller name in the URI
* segments will be returned by the method, otherwise NULL will be returned.