News Feed
Jobs Feed
Sections




News Archive
DevShed:
Simulating Events with PHP 5
February 21, 2006 @ 06:46:23

On DevShed today, there's this new tutorial aimed at more advanced PHP developers concerning how to simulate events in PHP5.

PHP has the drawback of not supporting events. Fortunately, a basic structure can be built to support events in PHP 5. This article tackles that problem with some proof of concept code.

It seemed reasonable to me that some sort of basic structure could be established to support events in PHP 5, so I set out to whip something up as quickly as possible as a proof of concept. The contents of this article are the work of roughly one programming hour and surely stand to be improved upon, but the basic idea is this: instantiate an object and attach event handlers; the handlers will be executed when the events they are associated with are raised.

They look first at how to create a simple object to store the information in and a "collection" class to manage those objects. They move on to the creation of the event handler class and a "collection" class for handling those as well. Finally, they get to the combination of the above items - a class that does an eval on the inputted string and creates an associative array.

0 comments voice your opinion now!
simulate events php5 collection class trigger handler simulate events php5 collection class trigger handler


blog comments powered by Disqus

Similar Posts

Davey Shafik's Blog: php|architect's Zend PHP 5 Certification Study Guide, 2nd Edition

PHPClasses.org Blog: Locating addresses on Google Maps embedded in PHP generated Web forms

Sebastian Bergmann's Blog: PHPUnit and Software Metrics

Zend Developer Zone: Avoiding XSS security attacks to sites that use HTML editors

Daniel Krook's Blog: PHP on the mainframe


Community Events











Don't see your event here?
Let us know!


opinion community language code series functional conference testing podcast introduction tool object unittest zendframework2 release interview example development phpunit framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework