Which PHP framework for a RoR developer?

Posted by Horace Ho on Stack Overflow See other posts from Stack Overflow or by Horace Ho
Published on 2010-06-15T03:28:29Z Indexed on 2010/06/15 3:32 UTC
Read the original article Hit count: 240

Filed under:
|
|

For one specific client I have to use PHP. This and this question were 2 years old. I'd like to know is there any update of opinion for year 2010?

My background on web development is mainly rails. I can code in PHP (for example, write a module for Drupal) but never used any PHP framework for any project.

I can see the following potential features to be needed in my project:

  • authlogic-like user access control
  • will_paginate-like paging for long listings
  • paperclip-like simple file upload
  • prawn-like PDF generation
  • restful url

and my personal favorite ruby/rails features:

  • activerecord
  • <% @list.each do |item| %> synstax instead of for ($i=1; $i<=$row_num; $i++) ...
  • rake:db migrate
  • script/console

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about ruby-on-rails