View Single Post
Old May 29th, 2006, 7:11 AM   #8
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Anything less than a complete web application, I suspect. If you just want special functionality on a particular page, or set of pages, PHP would probably do pretty well. If you wanted to design a web-based application of some kind, and the functionality needed wasn't readily available from an open source project somewhere, then I'd advise using a Ruby on Rails-like platform.

I hear CakePHP is pretty good too; essentially PHP on Rails. It suffers from the limitations of PHP; Python and Ruby far outstrip PHP in terms of functionality and elegance. But CakePHP seems like a nice "middle way" between straight PHP and Rails.
Arevos is offline   Reply With Quote