14 Jun
2008
14 Jun
'08
5:09 p.m.
On 14 Jun 2008, at 5:00 PM, Syscrusher wrote:
If we're talking about that kind of a major change, is it time to revisit the question of whether Drupal should use PHP's OOP features, now that the PHP language has better OO support than it did several years ago?
how is that a major change ? we simply find all occurences of global and $GLOBALS, and replace it with context_get. we will also be able to track whenever global variables change because you need to use context_set to use them, so it's impossible to fsck up your site by accidentally wiping out globals.