It’s refreshing to see a web language that is truly object oriented, and a framework that strictly adheres to the “Model, View, Controller” method of development.
If you haven’t heard of Ruby on Rails yet, then you should go and check out this online video of a simple blogging application being produced in 15 mins. Take note that not a single line of SQL is written. Truly remarkable.
I’ll be writing more about rails once I have finished the book and have a grasp of everything it has to offer as a framework. So far, it seems to be killing PHP development in every area.
1 response so far ↓
JR // October 27, 2005 at 11:35 pm
Big ups to the rails!
But have you heard the news? Zend has announced they are developing a web application framework for PHP which is apparently going to have a license open enough for enterprises to use without any possible IP conflicts.
http://www.zend.com/collaboration/framework-overview.php
I have looked around for rails-like frameworks for PHP and while there are dozens available, only a small handful look even remotely usable. Of that handful, however, they are horrendously (if at all) documented and therefore not even considerable for anything but hacking around recreationally.
It will be interested to see what Zend can do for the PHP community. A framework with the same level of refinement and polish as rails could really put PHP back into good grace. It’s taken a beating the last while because of the lack of some centralized control to keep the library standards up.
Leave a Comment