Today: July 5th, 2008

Trying out CakePHP

When I was evaluating PHP web frameworks that I would focus on and use on a regular basis, I didn’t go with CakePHP. Instead, I went with CodeIgniter for reason that I was able make and run a sample app with CodeIgniter a few minutes after install while I was pulling hairs with CakePHP.

But not anymore. I had a pleasant experience experimenting with CakePHP over the last couple of days. It might be that I have I already know Rails which made Cake’s approach fits my brain easily as Cake and Rails have lots of similarities.

Deciding which PHP framework to use on the next project will be a very hard decision to make for me. Cake’s ActiveRecord implementation is better than that of CI. On the other hand, CI gives me full control of almost everything.

comments

4 Responses to “Trying out CakePHP”

  1. 1
    marvin Says:

    yeah, CI rocks!

  2. 2
    Derek Allard Says:

    Cake’s Active Record is nicer, and that is a noteworthy strength. That said, our (CI’s) active record is evolving with each version, and I hope people will start to take notice ;)

  3. 3
    Kates Gasis Says:

    Derek,

    nothing to worry. I like CI way way better than Cake. I love my SQL.

  4. 4
    j4s0n Says:

    You should try Akelos, haven’t tried using it but watching the screencast makes it interesting to try out.

Leave a Reply