Changeset 24265
- Timestamp:
- 11/23/09 12:55:33 (3 years ago)
- Files:
-
- branches/1.3/lib/controller/sfController.class.php (modified) (1 diff)
- branches/1.3/lib/request/sfWebRequest.class.php (modified) (1 diff)
- branches/1.4/lib/controller/sfController.class.php (modified) (1 diff)
- branches/1.4/lib/request/sfWebRequest.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.3/lib/controller/sfController.class.php
r24007 r24265 166 166 * @throws sfError404Exception If the action not exist 167 167 * @throws sfInitializationException If the action could not be initialized 168 * @throws sfSecurityException If the action requires security but the user implementation is not of type sfSecurityUser169 168 */ 170 169 public function forward($moduleName, $actionName) branches/1.3/lib/request/sfWebRequest.class.php
r23810 r24265 634 634 * Returns the array that contains all request information ($_SERVER or $_ENV). 635 635 * 636 * This information is stored in the [sf_path_info_array] constant.636 * This information is stored in the path_info_array option. 637 637 * 638 638 * @return array Path information branches/1.4/lib/controller/sfController.class.php
r24039 r24265 166 166 * @throws sfError404Exception If the action not exist 167 167 * @throws sfInitializationException If the action could not be initialized 168 * @throws sfSecurityException If the action requires security but the user implementation is not of type sfSecurityUser169 168 */ 170 169 public function forward($moduleName, $actionName) branches/1.4/lib/request/sfWebRequest.class.php
r23922 r24265 619 619 * Returns the array that contains all request information ($_SERVER or $_ENV). 620 620 * 621 * This information is stored in the [sf_path_info_array] constant.621 * This information is stored in the path_info_array option. 622 622 * 623 623 * @return array Path information