I\'m coming from the C# world and has just started doing a little PHP coding, so I was wondering if it is possible to use events on PHP, or if it is planned to include this
No event like C# in PHP but you can implement a Observer Pattern to attach delegate to be notified.