Flex remoting with CakePHP - CpAmf plugin

The goal of this project was to use CakePHP controllers, as flash remoting services.
The basic idea was to use AMFPHP 1.9, because we used it before, and it was a good choice in earlier projects.

CpAmf php example

This test application is made to present the usage of cpamf plugin for cakePHP 1.2. The example is a very basic "user management" application. You can list all users, get a user by id, and insert new user to the database.

CpAmf flex example

This test application is made to present the usage of cpamf plugin for cakePHP 1.2. The application uses the MATE framework, for event handling and remoting

CpAmf v0.11 released

CpAmf v0.11 is released. There are some minor enhancements, and bug fixes in this release.

CpAmf NON MATE flex example

To fullfill the readers requests, I rewrote the previous flex example, to work without the MATE framework. This application uses "pure" flex 3 technology, to present the usage of the flex remoting with CpAmf plugin.