How I can hook an event, when the headers already sent, but content is not sent yet? I want to modify my content after all actions, dispatchers etc.
It can be done with Manual bootstrapping https://docs.phalcon.io/en/latest/reference/applications.html
[Closed]