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 to redirect to the page without refreshing it using {{link_to}} or by any other method

How to redirect to the page without refreshing it using {{link_to}} or by any other method



43.9k

That's a bit unclear.

If you want to update just a part of your page without refreshing the whole page, jquery ajax is your friend.

Dispatcher forward to forward to other method in same request.

AJAX if you want to have other request without page refresh.