Page 1 of 1

Best PHP-Based AJAX Framework

Posted: Fri Mar 14, 2008 11:30 pm
by supermike
Can anyone recommend a stable, most popular, cross-platform PHP-based AJAX framework for making fancy web controls like treeviews that download childnodes from the web and other kinds of fancy web controls? I've seen some neat frameworks out there, but they seem to be Ruby and Python based and my clients want only PHP solutions.

I'm a PHP/MySQL freelancer (did PHP for 5 years, but in December I went out on my own full-time). Last year I started doing AJAX and advanced Javascript stuff (treeviews and fancy menus that work in *all* browsers), but so far it's been a pain to keep up with all the new browser changes and all this time I spend testing really sucks away from my profit. It's time for me to use a framework. I have learned that JQuery is becoming like the defacto standard, and I intend to use it, but when I have a need for drag and drop, fancy treeviews, and things like that, I may need an AJAX solution.

Re: Best PHP-Based AJAX Framework

Posted: Fri Mar 14, 2008 11:38 pm
by supermike
Doh! To be honest, I just embarassed myself. Turns out that jQuery can do AJAX just fine. I had only been skimming jQuery and deciding to go with it by the sheer popularity of it with PHP devs. I had not yet read all the docs, but plan to do so.

Re: Best PHP-Based AJAX Framework

Posted: Sun Mar 16, 2008 4:00 pm
by AntonioCS
I prefer prototype to jquery! Don“t know were you got this story of jquery becoming the defacto js lib

Re: Best PHP-Based AJAX Framework

Posted: Sun Mar 16, 2008 4:15 pm
by Christopher
If you are looking for "fancy web controls like treeviews" you might want to look at Ext. I haven't used it (I use jQuery, Prototype and mootools), but Ext seem to be more focused on UI and controls that being a general library. It actually runs on top of either jQuery, Prototype or its own lib.

Re: Best PHP-Based AJAX Framework

Posted: Thu Apr 17, 2008 1:28 pm
by mabus
hmm. seems like the suggestions are well. My first choise would be prototype. But then again, they are javascript frameworks. Since you are looking for "php-based" frameworks, then I would suggest "Sajax". The only thing that I've tried which I consider php-based, since php is the one who will be creating the javascripts.