are there any frameworks for php that follow the style of vaadin, in vaadin you can define web forms using java with touching javascript or any client scripting in swing style ?
+1
A:
All Ajax calls are made through Javascript - it is an absolute necessity, no way around it. Every framework you see doing Ajax, whether its in Java, .NET, or whatever - they are using Javascript. It may be generating the Javascript for you but it is still happening.
The Prado framework handles all the Javascript lifting for you, so you can give that a shot. Its very .NET in style.
Jarrod
2010-06-11 19:15:48