Hallo, do you know a good pure PHP framework for development of RIAs? without JS, without AJAX and so on, pure PHP... Thanks.
I don't think there's any. I you want to create RIA, you must have client side scripting that interacts with server side scripting (in this case, JS n AJAX) in your codes. Coz PHP only runs on server, it can't be RIA by itself only.
Can't exists as Gungz stated. PHP is server side only, so there must be some front-end scripting to create anything interactive. Several php frameworks have direct integration with some of the Javascript frameworks, Prototype, Jquery, etc...
I think what your looking for isnt available entirely in php but check this out http://phpjs.org/ , it might server the purpose but i dont know what exactly your looking for.