Which PHP framework is closest to Ruby on Rails? CakePHP? CodeIgniter?
Posted
by Mike Duncan
on Stack Overflow
See other posts from Stack Overflow
or by Mike Duncan
Published on 2008-09-22T20:27:37Z
Indexed on
2010/05/15
13:14 UTC
Read the original article
Hit count: 188
I'm going to be switching back and forth between Ruby on Rails projects and some as-of-yet undecided PHP MVC framework projects.
Which of the PHP MVC frameworks out there (CakePHP, CodeIgniter?, others?) is most similar to Ruby on Rails in that the most conventions, locations, workflows, etc are preserved?
I'm looking for the similarity in the way things are done such as directory structures, conventions, etc, not a pros vs cons in speed, extra features, etc.
© Stack Overflow or respective owner