List various type of Application Events in Phalcon?

devquora
devquora

Posted On: Dec 23, 2020

 

Below is the list of Application Events in Phalcon.

Event NameTriggered
bootExecuted when the application handles its first request
beforeStartModuleBefore initializing a module, only when modules are registered
afterStartModuleAfter initializing a module, only when modules are registered
beforeHandleRequestBefore executing the dispatch loop
afterHandleRequestAfter executing the dispatch loop

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Phalcon Interview Questions

    Explain Dependency Injection in Phalcon?

    Explain Dependency Injection in Phalcon?..

    Phalcon Interview Questions

    List basic features provided by Phalcon?

    List basic features provided by Phalcon?..