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: 261
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 controlwill_paginate
-like paging for long listingspaperclip
-like simple file uploadprawn
-like PDF generation- restful url
and my personal favorite ruby/rails features:
- activerecord
<% @list.each do |item| %>
synstax instead offor ($i=1; $i<=$row_num; $i++)
...rake:db migrate
script/console
Thanks!
© Stack Overflow or respective owner