Hi guys,
I've been on phalcon 1.x for a while now, and i just have a new project and wanted to try phalcon 2.x but i've issues when picking my view from the controller.
It seems the view is not find, but i've checked several times my paths it's okay
class CountryController extends ControllerBase
{
public function addAction()
{
$this->view->pick("admin/country/add"); // Must find /app/views/admin/country/add.volt
}
}
The view at the moment must print a Hello World ! but there is nothing on my screen. that's pretty weird it seems to work fine in phalcon 1.4.
Thanks for your time,
Greetings,
Brieuc