I’m planning to build a Web App that would do massive use of AJAX and JavaScript, and I want to use PHP as the Server-Side language, with MySQL for the DataBase.
I found Raxan, and it looked really good, mainly because it would save me a lot of time with it’s very easy integration with jQuery and AJAX calls. However, the project do not seems very alive or stable, and the forum is almos desert.
So, I would like to know what is the best framework suitable for a Web App that will do everything in a single page through AJAX calls.
PS: If it matters, I will use jQuery Mobile, and that’s why everything will be in the same page.
Honestly, there isn’t much to “PHP + AJAX” integrations. It’s the same as “PHP + HTML”. I would recommend you find a good PHP framework and a good JavaScript framework instead of looking for one that does both because they are always a mess since they are built by people that don’t understand separating concerns.