View Single Post
Old 2006-07-27, 12:37 PM   #3
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
while I am no fan of PHP, I am even a worse critic on Ruby on Rails. Its almost MVC (Model-View-Controller) but not quite. Its almost fast, but not quite. It is quite lisplike which should appeal to those people that wrote code in the 80s using lisp for recursive functions and love to write code that is object oriented and since it almost does MVC, but misses, we don't do much development with it.

MVC is probably the optimal configuration for doing coding to keep the web guys out of the code, the programmers out of the web templates and the engine that does the management separate from both.

There is no decent MVC for PHP, there are two for mod_perl and one for mod_python.

With that said, RubyOnRails has become a lot more popular because it is easy to write code for. Portability to other servers is probably not that much of a problem as many distributions now include it.

If you wanted to develop with it, weren't a strong programmer, wanted to avoid the endless security problems and lack of clue at Zend (PHP's author), then, RubyOnRails is probably a decent platform. Once you learn those methods, you'll learn why MVC is important and will probably easily be able to move to a mod_python or mod_perl MVC framework.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote