After a few years away I'm looking into Cake PHP for a client. From what I've seen in their docs and marketing material, it looks like they're maintaining two different branches (1.2x vs. 1.3x). However, it's not clear what the differences between the two branches are, even after poking around their site and google for a few hours.

What are the differences in programatic features between PHP Cake 1.3x vs. 1.2x. I'm looking for broad stokes here, although more detail is always welcome.

link|improve this question

Would be good to add 2.0 to this list...it's still under development but if someone is going to do a comparison, might as well cover all three major branches. – AJ. May 10 '11 at 20:40
feedback

2 Answers

up vote 3 down vote accepted

There aren't many changes, but enough that migrating from 1.2 to 1.3 isn't trivial with a larger application. The migration guide details most of the differences.

link|improve this answer
feedback

Check the answer to this similar post.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.