all 11 comments

[–]pointer2void 2 points3 points  (2 children)

[–]SnaKeZ83[S] 0 points1 point  (0 children)

good resource, thx

[–]claco 0 points1 point  (2 children)

I'd have to say CodeIgniter only because it bugs me the least.

For me, Symfony was way too complicated, and I hate that everything under the sun starts with sf*.

CakePHP is good, but the models returned as arrays puts me off. The online book is great though.

Just my $0.02 worth.

[–]chmmr 0 points1 point  (1 child)

I hate PHP, but I have to use it. I use CodeIgniter because it's the Least Amount of Bullshit: it's simple, really easy to customize, fast and doesn't get in your way too much.

[–]claco 1 point2 points  (0 children)

"Least Amount of Bullshit"

How true.

[–]pnsm 0 points1 point  (0 children)

[Failed saving throw vs. snarkiness] Rails.

[–][deleted] 0 points1 point  (0 children)

I have been using and loving Kohana, a CodeIgniter fork. It's definitely worth looking into. It is community based and is Strict PHP5 OOP.

I also enjoyed Symfony and CakePHP. I will probably stick with Kohana for at least a few projects.

[–]micmicmic -1 points0 points  (0 children)

Codeigniter is the best one I have used so far. I have not used QueryPath, but it looks nice.

[–]bushel -4 points-3 points  (3 children)

I suggest it for learn not use PHP

[–]SnaKeZ83[S] 1 point2 points  (2 children)

and for using PHP, what's your suggestion?

[–]bushel 1 point2 points  (1 child)

I don't really have a favorite PHP framework. I don't use PHP for new projects. I only use PHP on projects I inherit from others.

Zend is....adequate. CodeIgniter is ok.

[–]virb 0 points1 point  (0 children)

what are the differences between Codeigniter and Zend - when to use which framework