Changeset 4614 for trunk/core/router.core.php
- Timestamp:
- 09/06/10 21:52:15 (21 months ago)
- File:
-
- 1 edited
-
trunk/core/router.core.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/router.core.php
r4599 r4614 84 84 public function __construct(Clansuite_HttpRequest $request) 85 85 { 86 $request_uri = $request ::getRequestURI();86 $request_uri = $request->getRequestURI(); 87 87 88 88 # clean the incomming uri … … 1104 1104 public function addRoutesOfModule($modulename) 1105 1105 { 1106 self: updateApplicationRoutes($modulename);1106 self::updateApplicationRoutes($modulename); 1107 1107 } 1108 1108 … … 1213 1213 interface Clansuite_Router_Interface 1214 1214 { 1215 function addRoute($ name, array $route);1215 function addRoute($url_pattern, array $route_options = null); 1216 1216 function addRoutes(array $routes); 1217 1217 function getRoutes();
Note: See TracChangeset
for help on using the changeset viewer.
