Have you switched from CodeIgniter to Kohana?

Posted by Eli on Stack Overflow See other posts from Stack Overflow or by Eli
Published on 2008-11-12T03:04:10Z Indexed on 2010/04/16 22:33 UTC
Read the original article Hit count: 256

Filed under:
|
|
|
|

Hi All,

I usually just work with straight PHP, but want to try MVC and see if a framework will really speed up development.

After much waffling, analysis paralysis, and many dumb SO questions, I thought I had settled on CodeIgniter for my next PHP project.

However, I am now seriously considering Kohana.

Has anyone made the switch from CI to Kohana? If so, why?

What's better about the actual code, libraries, etc?


Edit:

Hi All,

I did end up going with Kohana.

It's easy to use, but more importantly, it's easy NOT to use, since there are a lot of things I like to work with native PHP for. It's ridiculously extensible, well coded, and seems like it is beginning to pull out ahead of CI in a few things like putting views in views, passing subview data, etc.

I am sure CI will catch up, but Kohana should be 3 steps ahead by then =o)

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about kohana