CodeIgniter-Events icon indicating copy to clipboard operation
CodeIgniter-Events copied to clipboard

Events library to build extendible applications

Results 1 CodeIgniter-Events issues
Sort by recently updated
recently updated
newest added

I added a creation function of event descriptor. Event description is an array which contains name and return type. Thereby listener know which event is triggering when is connected to...