News Feed
Jobs Feed
Sections




News Archive
Soledad Pendaes' Blog:
PHP will never have a (real) Rails-like framework
January 31, 2007 @ 09:15:00

Well, according to Soledad Pendaes, PHP will never have a (real) Rails-like framework because of some of the limitations with objects inherent to the language.

I know the title is harsh but it's so true. At least it is according to nowadays php's implementation of classes and objects, which do not permit to "reopen" and add or redefine new methods to an existing class definition, which is the basis upon Rails (and I presume lots more of applications and frameworks) is built.

The post goes on to talk about they "why" behind the statement - basically that this kind of functionality makes it easier to "Extend. Morph. Adapt. Improve. Refine." your applications. She talks some about other frameworks that have tried to offer the same kinds of functionality Rails does (CakePHP and Symfony) but notes that they still have their limitations (in specific, mentioning CakePHP's AppModel functionality).

3 comments voice your opinion now!
rails framework redefine existing class php5 cakephp symfony rails framework redefine existing class php5 cakephp symfony


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework Hidden Gems: Zend_Db

Reinhold Weber's Blog: MVC anatomy for PHP developers

Debuggable Blog: Make your life easier with these five CakePHP Quicktips

The Show: Guest Host: Rafael Bandeira (CakePHP Podcast)

International PHP Magazine: Poll Question: What Is the Main Hindrance for PHP 5 to Get Adopted?


Community Events











Don't see your event here?
Let us know!


zendframework2 application series release community unittest podcast development interview opinion object functional tool code testing phpunit language example introduction framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework