This is a review of a few PHP frameworks which are based on Rails, specifically on Ruby on Rails framework. Frameworks are just some pre-written modules or classes that you can call to execute actions on your behalf. The advantage is the code that you write is less, so the lesser the code, the faster you write, debug and deploy.

Actually, I’ve done my homework myself and from the reviews and forums that I’ve browsed through, it seems that CakePHP is the best available but don’t count my word on it.


I tried CakePHP last month and it left a sour taste on my tongue. The little documentation and a few code samples was not helpful at all so I figured out it wasn’t meant for someone without any experience with any [tag]MVC[/tag] (Model-View-Controller) [tag]programming[/tag].

So now I am learning [tag]Ruby on Rails[/tag] because it has better documentation just as a stepping stone. After I think I am ready, then I’ll jump back into CakePHP and take my share.

Anyway, as this article states, there are a few good [tag]PHP framework[/tag] which is based on the Rails framework. A good reading if you’re starting into [tag]PHP[/tag] frameworks.

Links
Rails-inspired PHP frameworks
CakePHP

[tags]RoR[/tags]