Feature #267

Method basicAction for T3_FLOW3_MVC_Controller_ActionController

Added by Malte Jansen over 7 years ago. Updated almost 5 years ago.

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

0%

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

Description

You can use initializeAction() for initialization.
But at this point the $this->view does not exist.
If you have several further inits for the like injections you have to define them for each action (e.g. defaultAction(), runAction()). So it would be cool to have some basicAction(), which is call before the "real"-action is called.

History

#1 Updated by Robert Lemke almost 8 years ago

  • Status changed from New to Resolved

Please use initializeAction() for this purpose.

Also available in: Atom PDF