For one specific client, I have to use PHP. This and this question was 2 years old. I would like to know if there are any updated opinions for 2010?
My background on web development is mostly rails. I can code in PHP (for example, write a module for Drupal), but I never used the PHP framework for any project.
In my project, you can see the following potential features:
authlogic -like user access controlwill_paginate -like paging for long adspaperclip - like a simple file upload.prawn -like PDF generation- calm url
and my personal favorite ruby ββ/ rails features:
- activerecord
<% @list.each do |item| %>instead of for ($i=1; $i<=$row_num; $i++)...rake:db migratescript/console
Thank!