PHP Classes

Lazy PHP Event Handler package blog

Recommend this page to a friend!

Latest Lazy PHP Event Handler package blog posts

  All package blogs All package blogs   Lazy PHP Event Handler Lazy PHP Event Handler   Blog Lazy PHP Event Handler package blog   Post article Post article  

1. How to Separate PHP Event Listener Setup from the Task Execution Using Separate Configuration Scripts

Updated on: 2021-12-02

Posted on:

Many applications need to execute tasks that can take some time to complete.

One way to process the results of those tasks is to use event handlers that register callback functions that the handlers invoke after the tasks are complete.

This package allows developers to configure event handlers from configuration scripts that are loaded dynamically. This possibility makes it possible to separate the task executing from the task processing using different PHP source code files.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  All package blogs All package blogs   Lazy PHP Event Handler Lazy PHP Event Handler   Blog Lazy PHP Event Handler package blog   Post article Post article  
For more information send a message to info at phpclasses dot org.