Skip to content

Instantly share code, notes, and snippets.

@yukikaoru
Last active December 19, 2015 21:48
Show Gist options
  • Save yukikaoru/6022335 to your computer and use it in GitHub Desktop.
Save yukikaoru/6022335 to your computer and use it in GitHub Desktop.
Editing point of webroot/index.php to use Ray.Di in CakePHP
<?php
$Dispatcher = new RayDiOnCake\Routing\Dispatcher();
$cache = new ApcCache();
$cache->setNamespace('ray/di');
$Dispatcher->setInjectorCache($cache);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment