Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which PHP framework is most like Ruby on Rails?

Which PHP framework should I choose if I want to be able to develop in both PHP and Ruby and Rails without having to make too much of a mental jump when I move from one to the other? It does not have to be an exact copy, but should have most of the basic features of Rails.

That is, it should include similar routing (either /controller/action/id or RESTful); similar model method names (find, findBy); similar helper methods (linkTo etc..); similar validations and similar conventions with regards table names.

like image 364
user119474 Avatar asked Oct 11 '09 20:10

user119474


1 Answers

CakePHP is essentially a port of ROR to PHP.

like image 119
ceejayoz Avatar answered Nov 06 '22 20:11

ceejayoz