Event-Based AJAX Framework for PHP : Part 2

Articles in this series:

Introduction to the Framework
Problems with Creating an Event Based AJAX Callback Mechanism
JSON data passing
The Scriptifiable Interface
The Remotable Interface

This is the second part to the PHP AJAX Framework series. In this article I will discuss the problems involved in creating an event-based ajax callback mechanism and how to get around them. 
The biggest issue [...]

Event-Based AJAX Framework for PHP

Articles in this series:

Introduction to the Framework
Problems with Creating an Event Based AJAX Callback Mechanism
JSON data passing
The Scriptifiable Interface
The Remotable Interface

This is the first in a series posts on developing an event-based AJAX framework for PHP. There are plenty of AJAX frameworks out there but this one has a few things going for it that [...]