Earlier quoted context omitted.
Maybe they use PHP like a better version of server side includes. For this RoR is probably an overkill.
That's exactly how they're using it, and why the original poster's "discovery" really isn't that exciting. I don't care for it for more serious work, but if you just want to template up one or two pages without a lot of hassle, PHP is far better than Rails.
Basecamp and Backpack from 37signals use PHP
21–26 of 26 posts
100% agreed, but maybe I'm a bit biased since I'm using mod_ruby + eruby even to build applications, instead of rails.
Re: Basecamp and Backpack from 37signals use PHP
#22They use PHP for include files written in PHP.
Re: Basecamp and Backpack from 37signals use PHP
#23Earlier quoted context omitted.
Well... those of us interested in replicating their success:-)
This is the most asinine thing I've ever read on here. The first thing any smart person can figure out is that RoR doesn't make 37signals what they are. They have always said that themselves. Fast agile development, and all the other things they talk about in their Getting Real book make them what they are, but certainly not which language/framework. This is a lot like debating what care you're going to buy based on…
They're just using PHP for the front page of the site, not the whole app.
Sheesh.
Re: Basecamp and Backpack from 37signals use PHP
#24The server headers confirm this.
Server: Apache/2.2.4 X-Powered-By: PHP/4.4.4
Re: Basecamp and Backpack from 37signals use PHP
#25The server headers confirm this. Server: Apache/2.2.4 X-Powered-By: PHP/4.4.4
But what about Netcraft?
Re: Basecamp and Backpack from 37signals use PHP
#26DHH was a PHP dev before he built Rails. Go read his blog. It's not surprising that some of their stuff is still in PHP.