Thursday, March 15th, 2007
jQPie: jQuery PHP interface extension
jQPie is a lightweight PHP interface to jQuery that supports XML, HTML and JSON handlers.
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
- Advanced autocomplete using jqpie_complete ExampleAuto





3.4 rating from 62 votes








Prado
http://www.pradosoft.com/
(baked in with several frameworks, including Prototype, Scriptaculous, Rico, many use YUI as well (not included), you could even use jQuery.) Think PHP-dot-net. Has lots of premade components/ ajax components / Jack Slocum-like-comment component. Follows the MVC pattern (HTML sep. from PHP, JavaScript sep. from HTML, CSS sep from HTML. It has skinnig capabilities. Great debugging. Very good community presence. The devs are highly active in the help forums.
And what does that have to do with the topic?
Prado too allows and easy JS-to-PHP communication, with lots of Pre-made components.
pradofan: this might interest you then: http://tinyurl.com/rncu3
I don’t really understand what jQpie can do that Jquery can’t :s
jQpie is a programming library for Jquery, its not meant to replace it but instead enhance and make it easier to use
I too, fail to see the point of this. It seems only to complicate the interaction between (the elegantly simple) JQuery and the PHP backend. Plus littering your XHTML source with script blocks kinda goes against the whole unobtrusiveness of JQuery.
Or maybe i’m missing the point?
Very nice… I love the autocomplete feature!
I always use jQuery and I’m very glad to hear about jQPie!