They are currently not βcompleteβ ajax mvc for PHP - BUT:
Check out atk-framework.com, xisc.com or cakephp.org.
Since they are frameworks, the interfaces that you will use for the application can be implemented on a platform on ; you can use the MVC-framework as a platform for the self-written wrapper that you put on it.
[ [FRAMEWORK] <------> [CONTROL] <------> [VIEW] ] <------> [APPLICATION]
If you implement it like this, the application uses the second level, which is managed by mvc and is requested through the internal API.
It may seem complicated, but well, the only and most logical solution for me :)
Kenan sulayman
source share