Hacker News new | past | comments | ask | show | jobs | submit login

A tricycles greatest strength is that it doesn't require balancing on two wheels.

For those who can't ride a bicycle, tricycles are great.

Once you understand how to use a framework/language like RoR, I don't see how PHP is more useful (unless you have size constraints). ActiveRecord::Base.connection.execute("SELECT foo from bar where x = y") is just as simple as mysql_query("SELECT foo FROM bar WHERE x = y"), and you get the benefit of abstracting away the database in database.yml so you can run it in different environments.




the db_query() function in drupal also does that abstracting.


Yes, but the OP was talking about framework-less simple projects.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: