Major Feature #215

The MVC Framework can handle, dispatch and forward GET, POST and CLI requests

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

Status:Resolved Start date:2008-02-12
Priority:Should have Due date:
Assigned To:- % Done:

100%

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

Description

The MVC Framework can handle, dispatch and forward GET, POST and CLI requests

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 about 7 years ago

  • Target version deleted (18)

#2 Updated by Robert Lemke almost 8 years ago

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

Applied in changeset r1070.

Also available in: Atom PDF