views:

143

answers:

2

I've been using ASP.NET for a while but decided it's time to learn a PHP framework.

Looking at an article NetTuts+ It looks like CodeIgniter is the simplest, and one of the lightest and easiest ways to go.

I am however, a huge jQuery fan, and am wanting to know if jQuery integrates well with the framework? Any experience?

+7  A: 

Firstly if you like CodeIgniter I'd suggest you look at Kohana instead. CodeIgniter still has PHP4 support and this in some ways makes it uglier than it needs to be. Kohana is PHP5.

jQuery works fine with either framework. The only place it really matters is for outputting JSON and that's easily done by executing it directly from your controllers.

cletus
Thanks, I'll look into Kohana!
Adam
Kohana is definitely better in my opinion. I made the switch almost a year ago. Very pleased.
Jonathan Sampson
A: 

Codeigniter support now all PHP4/PHP5. for jquery i'm work with jquery and CI in all my projects all it's good and it's fine to use jquery with Ci.

Info : Kohana is gnerated from CI.

Aimadj