Feature #88

Add forwarding support to MVC controller

Added by Robert Lemke over 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:MVC
Target version:-
PHP Version: Complexity:
Has patch:

Description

Add forwarding support to MVC controller ... something like $this->forward($controllerName, $actionName) and other features.

Associated revisions

Revision a0862d02
Added by Robert Lemke almost 8 years ago

  • FLOW3: (MVC) Renamed the Default Controller. Addresses #474
  • FLOW3: (MVC) Implemented the dispatch loop: The request object now contains a flag which tells if the dispatcher needs to dispatch the request again because it contains new information about the responsible controller.
  • FLOW3: (MVC) The Request object now works differently in terms of specifying the controller: Instead of passing the controller component name, it is now specified by setting the package key and controller name. Addresses #474
  • FLOW3: (MVC) Implemented support for forwarding requests (see Request Handling Controller). Resolves #88 and resolves #215.
  • FLOW3: (MVC) Removed the locking feature from the Request object - otherwise forwarding would not be possible.
  • FLOW3: (MVC) Refactored mmost of the controller-related tests and fixtures.
  • FLOW3: Adapted the standard routes
  • FLOW3 + TYPO3: Updated the Package Meta information

History

#1 Updated by Robert Lemke over 7 years ago

  • Target version changed from 1 to 18

#2 Updated by Robert Lemke about 7 years ago

  • Target version deleted (18)

#3 Updated by Robert Lemke almost 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1070.

Also available in: Atom PDF