if use dispathcer 's forward mehtod , the forward action will execute, but the forward view can not rendering.
example: public funciton indexaction{ $this->dispatcher->forward(['controller' => 'index','action' => 'index2']); }
public function index2action{
}
if visit index2 direct ,the index2's view vill rendering, but visit index method, the index2's view can not rendering
my php version is 5.6.10 and my phalcon vsersion is 2.0.7