1.

List Various Type Of Application Events In Phalcon?

Answer»

Below are the list of APPLICATION Events in Phalcon:

  • Event Name--TRIGGERED
  • BOOT--Executed when the application handles its first REQUEST
  • beforeStartModule--Before initialize a module, only when MODULES are registered
  • afterStartModule--After initialize a module, only when modules are registered
  • beforeHandleRequest--Before execute the dispatch loop
  • afterHandleRequest-- After execute the dispatch loop

Below are the list of Application Events in Phalcon:



Discussion

No Comment Found