views:

3475

answers:

6

i'm tired of reinventing the wheel on PHP and loving jQuery to death so which framework fits my needs?

+1  A: 

Drupal also use jQuery. Depending on what kind of development you do, you may find drupal to be a nice tool, it is not just a framework but also a full grown CMS, which enables you to do really rapid development. You might however feel more in control with a framework such as the Zend framework, cakePHP or codeIgniter. www.drupal.org

Kristian Lunde
A: 

http://ultraliteframework.com

A: 

QCubed has recently been rewritten from the ground-up with jQuery as a backing component for ALL client-side interactions.

Alex
A: 

The Yii framework is written around jQuery and include Zii, a jQuery UI based interface generator. It's blazingly fast and very complete.

http://www.yiiframework.com/

Brice Le Blevennec
A: 

Thanks this was helpful

Darshan Gesota