I have my routes and controllers set up so this page: /admin/edit/page
will load this controller: /app/controllers/admin/EditController.php
. However, the view rendered for this url must live in /app/views/edit/page.phtml
.
Is there any way to configure Phalcon to look in /app/views/admin/edit/page.phtml
instead?
This was a new feature request back in 2013, and there is some custom code that can be written to accommodate this: https://github.com/phalcon/cphalcon/issues/692 However, I was wondering if in the interim there has been some progress made so I can just configure instead of customize.