I've been doing web application programming on my own, without using any frameworks so far. If I need to create an Ajax rich web application, which on of the following is better? 1) Symfony 2) Codeigniter 3) YII Thank u
Personally I'm using CodeIgniter. As benc811 said, you can use ajax with everything, php framewors, plain php... any server side script language.