Feature #1513

Add magic call method to the Empty View

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

Status:Resolved Start date:2008-09-15
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

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

Description

The Empty View is meant as a Special Case for situations in which no matching view could be resolved. However, most views come with their own specific methods (such as setters for models etc.) which then result in a fatal error because the Empty View doesn't have these methods.

A magic __call() method should solve this issue.

Associated revisions

Revision 4034913e
Added by Robert Lemke almost 7 years ago

  • FLOW3: (MVC) Added a magic __call() method to the Empty View. Resolves #1513

History

#1 Updated by Robert Lemke almost 7 years ago

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

Applied in changeset r1216.

Also available in: Atom PDF