I have a controller SomethingController in namespace Somewhere, and an action indexAction in it. I put the index.volt template to the /views/somewhere/something/ directory, but this template doesn't shown by default. It shown only if I add the code
$this->view->pick('somewhere/something/index');
to the indexAction function body.
Why it doesn't work?
Phalcon 1.1.0.