Для контроллера:

<?php
$this->render('//controllerName/viewName');
?>

Для модуля:

<?php
$this->render('//moduleName/controllerName/viewName');
?>