File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33This library provides integration for PHP-DI with Zend Framework 1.
44
55This project also contains the [ Zend Framework quickstart] ( http://framework.zend.com/manual/en/learning.quickstart.intro.html )
6- configured with [ PHP-DI] ( http://github.com/mnapoli/PHP-DI ) .
6+ configured with [ PHP-DI] ( http://php-di.org ) .
77
8- [ PHP-DI] ( http://github.com/mnapoli/PHP-DI ) is a Dependency Injection Container for PHP.
8+ [ PHP-DI] ( http://php-di.org ) is a Dependency Injection Container for PHP.
99
1010If you are looking for Zend Framework 2 integration, head over [ here] ( https://github.com/mnapoli/PHP-DI-ZF2 ) .
1111
@@ -34,7 +34,7 @@ To use PHP-DI in your ZF1 application, you need to change the Dispatcher used by
3434 // Configure your container here
3535 $container = $builder->build();
3636
37- $dispatcher = new \DI\ZendFramework1\Dispatcher();
37+ $dispatcher = new \DI\Bridge\ ZendFramework1\Dispatcher();
3838 $dispatcher->setContainer($container);
3939
4040 $frontController = Zend_Controller_Front::getInstance();
You can’t perform that action at this time.
0 commit comments