Flexible Ajax Framework
November 17th, 2007 Arsen Posted in Patterns - PHP |
Flexible Ajax is a handler to combine the remote scripting technology, also known as AJAX (Asynchronous Javascript and XML), with a php-based backend.
- written in PHP5 using object-oriented code (PHP4 supported since Version 0.2.2)
- consists of a client and a server handler
- allows separation of the client-code and the server-code
- get and post methods supported
- easy to implement into existing code
Leave a Reply