php ajax framework:jQPie


July 7, 2008   Open source, Php — Tags: , , — 52coding    

The idea of jQPie is to provide a lightweight PHP interface to jQuery. The lightweight interface allows multiple ways to interact.

What makes jQPie unique?
Lightweight
Supports XML, HTML and JSON Handlers
API is simple, while the handlers engine is PHP based the javascript library is usable by any language
Includes a powerful autocomplete plugin, plans to provide other plugins for use and as examples

What can jQPie do?

  • Easily request and process data from php using $.getJSON Example
  • Inject php generated html into elements using $.(element).load Example
  • Call php functions directly from your web pages using $.jqpie Example
  • Call jQuery from php in respond to $.jqpie calls Example
  • Work with ExtJS library, the next 2 examples showcase this
  • Advanced autocomplete using jqpie_complete ExampleAuto
  • Client side table sorting ExampleAuto

Download