User Reviews

[2 total ]
about 1 year ago Avatar
CakePHP: Cake, Yum

    by jeffreyweston

Cake will make your php life easier. That said, like all OO php, the stack can be relatively heavy. So get familiar with a good opcache and some of the caching tools in cake (or memcache). IMHO go straight to 1.2 which is an RC2. Also take a look at the 'bakery' http://bakery.cakephp.org/ which will give a leg up with helpful components, etc. All in all cakephp is one of the best organized and executed php projects I've used.

5 of 6 users found the following review helpful. Was this review helpful to you? |

about 1 year ago Avatar
Django: Django Learning Curve

  by jeffreyweston

If you've used Python in any capacity before, or gone through some or all of "Dive Into Python", I think you'll be amazed at how quickly you can get basic things up and running. If you've got intermediate Python skills I think you'll be amazed at how much you can customize. If you've got mad python skills I think you'll be amazed at how complete and useful a general framework Django can be for your web work. Be sure to take a look at how active ... [More] the commits are, how stable and extensible it's become. If you're a company looking for something to build a fast scalable site with the least amount of code eyesore, I'm not sure you're going to get much better than Django. [Less]

Was this review helpful to you? |