I want to load a different view in a controller (not the default view)
the different view is loaded but I have some code in the controller that originally belongs to the view.
The original Controller isn’t loaded when displaying the view.
Does CakePHP have a solution for this?
To make thing clear I created a scheme:

Who can help me with this?
While i agree with all of the comments saying that this breaks MVC.
Its possible using requestAction(). Its up to you, how you use it.
http://book.cakephp.org/2.0/en/controllers.html#Controller::requestAction