Hi, I'm learning Phalcon with the Vokuro Project and I have a problem:
I'm using a diffrent Users class as I'm working with MongoDB instead of Mysql. In Aftersave() function, I'm using the Mail class of Vokuro, but when I call getTemplate, I've a white screen after as if all template where disabled. If I commented getTemplate, I don't have the issue Do you think the controller keep the render set up in the function: Did someone get the same issue working with Vokuro sample? Many thanks for your help Content of getTemplate:
return $this->view->getRender('emailTemplates', $name, $parameters, function ($view) { $view->setRenderLevel(View::LEVEL_LAYOUT); });