views:

63

answers:

1

hi to all i am using cakephp framework for my project. but i am in confusion that which javascript framework i use for the project. so please suggest me for this through which i get enough help from net.

thanks in advance

+2  A: 

CakePHP 1.3 does have some helpers that work with Prototype/Scriptaculous, Mootools/Mootools-more, and jQuery/jQuery UI, but I don't think that alone they are enough of a reason for choosing a JavaScript framework. (edited, thanks deceze).

Any such MVC framework is concerned with proper structure of your application and getting the data to your view. When you get to designing your views, you are free to use whatever floats your boat, with minimal effect from/over your server-side code.

This being said, without necessary connection to CakePHP, I suggest you take a serious look at jQuery, it seems to be the popular choice nowadays and will help you write some nifty code.

Tiberiu Ana
Cake 1.3 supports some more frameworks. It's still not enough reason to choose or not choose a specific one though.
deceze
thanks for your suggestion
Praveen kalal