News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Alexander Netkachev's Blog:
Practical PHP events
October 24, 2006 @ 07:20:48

In his latest tutorial, Alexander Netkachev shows how to, with some of the simple PHP functions, create an event system for your script, complete with callbacks.

The way how events are raised and how listeners are attached on the events is a part of a core in many modern applications. It plays an important role in some enterprise design patterns (MVC, for example).

He starts with the basics of event handling - some of the terms and descriptions of basic functionality that any good event handler would have. He describes the most common setup of an event-interaction relationship. Then, it's on to the code, showing first three different ways to call functions (by name, by variable, and by callback).

He finishes it off with a functional example that responds to a a call to fireEvent (five times) and handles each by calling the function in the callback information (myFunction).

0 comments voice your opinion now!
event handline callback tutorial basics calling methods event handline callback tutorial basics calling methods



Similar Posts

DevShed: Manipulating String Literals with Interpreter Classes in PHP 5

IBM developerWorks: Get started with Project Zero and PHP

DevShed: Securing Your Web Application Against Attacks

Prism-Perfect.net: PHP Tag Cloud Tutorial

GoodPHPTutorials.com: Integrating the Authorize.Net AIM API with PHP


Community Events







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


releases code zend book conference database package zendframework security job PHP5 example ajax application framework cakephp release PEAR mysql developer

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