A model object or results you could assign using $this->view->setVar("modelresult", $modelObjectOrObjects); Then the variable is accessible in volt for loops for example. But you wouldn't like to do in volt something like this Modelclass::findFirst()... even if it was possible because this is to be done in the controller. Am i right?