PHP: Am I mixing up event-driven programming with signals-aware interfaces (Signal and Slots / Observer Pattern)?
问题 I've seen a lot of people saying that Symfony2, Zend Framework 2 and others are event-driven. On the desktop world, by event-driven programming I understand that the application will notify its observers whenever its state changes. Since PHP applications are state-less there's no way to do such thing. I.E. Having observers tied to the view observing changes while the user uses the interface. Instead it needs a new request process in order to update the view. So, it's not an event but a whole