View как строка

This commit is contained in:
origami11 2017-02-20 12:07:00 +03:00
parent 3a77f74177
commit f30f7546d6
3 changed files with 8 additions and 4 deletions

View file

@ -336,6 +336,7 @@ class Controller_Action
$node->make($this);
$this->view->setView($name, $node->view);
}
foreach ($this->childViews as $name => $node) {
$this->view->setView($name, $node);
}