News Feed
Jobs Feed
Sections




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).

1 comment voice your opinion now!
event handline callback tutorial basics calling methods event handline callback tutorial basics calling methods


blog comments powered by Disqus

Similar Posts

JavaWorld: Web-less PHP: Command Line PHP

Zend: Zend Framework Database Access Webinar (Oct 31st, 2007)

Quinton Parker's Blog: session-clustering with memcache

NETTUTS.com CodeIgniter from Scratch Day 7: Pagination

MaltBlue.com: Zend Framework 2 ServiceManager - Web Application Development Simplified


Community Events











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


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

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