psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"

igorw wrote:What I don't like about this is that it is no longer using the standard EventDispatcher API provided by Symfony.

rxu wrote:Just for the record, a common idea for extracting previously compacted variables into globals: https://gist.github.com/2113808

Oleg wrote:Deciding on a new and improved api for events:
$vars = array('page_title');
$event = 'core.index';
extract($phpbb_dispatcher->dispatch($event, compact($vars), $vars));
$vars = array('page_title');
extract($phpbb_dispatcher->trigger_event('core.index', compact($vars), $vars));
Return to [3.1/Ascraeus] Merged RFCs
Users browsing this forum: No registered users and 9 guests