Which PHP framework for a RoR developer?
- by Horace Ho
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!