PHP or RoR... Which is simpler?
Posted
by
foreyez
on Programmers
See other posts from Programmers
or by foreyez
Published on 2011-03-17T15:01:32Z
Indexed on
2011/03/17
16:18 UTC
Read the original article
Hit count: 249
I'd like a server side scripting language for the web either php or ror: to do some dirty simple data fetching and eventually handing it off to my ajax app. I usually use php for this but I keep hearing the ror buzz word. I'm wondering for those who have used both, which is ultimately simpler to get something quick and dirty running? I'm a bit turned off to RoR as it seems to have many files (it's more of a framework), whereas php can potentially just be one file and that's it. But maybe I'm wrong, can you clue me in?
© Programmers or respective owner