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

how can i call action controller inside view?

how can i call action controller inside view?

Despide you shouldn't even do it - just register controller as service in di.

For what reason you want call action from view?

If you're trying to do this, you need to re-examine your logic. There is no legitimate need to call a controller's action from a view.