I'm struggling to find out which PHP-Frameworks does the best job when it comes to integrate with jQuery as Frontend-Framework. Zend seems to work best with Dojo, CakePHP with Prototype, but my favorite one JQuery seems nowhere to be supported out of the box.
For example CakePHP has a pagination helper, but it works only with Prototype and the one integrated in Zend Framework uses Dojo :( But my goal is not to mix multiple JS-Frameworks within the same project.
Can anyone give me a hint? Thanks a lot in advance