Feature #2602

Automatically render the view if action returns nothing (NULL)

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

Status:Resolved Start date:2009-02-10
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1
PHP Version: Complexity:
Has patch:

Description

To save even more typing while developing a controller, we can tell the action controller to automatically render a view if a) a view exists and b) the action method didn't return anything.

Associated revisions

Revision 8fcacc60
Added by Robert Lemke over 6 years ago

  • FLOW3: (MVC) Implemented automatic rendering of the view in an action controller if the action method returns NULL. Resolves #2602

History

#1 Updated by Robert Lemke over 6 years ago

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

Applied in changeset r1889.

Also available in: Atom PDF