We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

default controller

Hi,

There has been a similar question here ... I am basically wondering if that is the right way to do it. https://forum.phalcon.io/discussion/2029/routing-non-controller-urls-to-page-controller-for-database-stor

A URL like /somecontroller/somefunction/somedata will throw an exception if 'SomecontrollerController' class is missing.

Can I assign a default controller ? I also wanted to say thank you for all the hard work you all put into this framework. Good job!

Thank You!