News Feed
Jobs Feed
Sections




News Archive
Drupal4Hu.com:
OOP and PHP or why Drupal rocks and some mistakes
August 24, 2010 @ 11:38:12

On the Drupal4Hu.com site there's a recent post with a complaint about the OOP functionality in PHP and how Drupal developers should deal with its limitations.

While I was always complaining of PHP's inability of adding a method run-time, the problem we face is that you can't replace one either. So if you do what I did in the previous post, namely use the hook-alter patten (already an addition to PHP, I must say) to override the classname, that works. However, if two modules try to do this for two different methods, you fail.

He suggests to those Drupal developers out there that, for version 8 of the popular content management system, they drop the "closed crap that in PHP is called OOP" and work to make something better, implemented themselves. Something that would make it simpler for Drupal developers to create hooks into the main system for their plugins. Be sure to read the comments for other opinions on the post.

0 comments voice your opinion now!
drupal oop mistake opinion runtime method override


blog comments powered by Disqus

Similar Posts

Lorna Mitchell: A Little More OOP in PHP

PEAR Blog: PEAR2 standards, we would like to know what you think

Brandon Savage's Blog: A Lesson In Static Methods And Late Static Binding

Laura Thomson's Blog: Do all frameworks really suck?

The Bakery: Some ideas to organize your CSS files and autoload them in CakePHP


Community Events











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


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

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