Package : php-ZendFramework2-Di

Package details

Summary: Zend Framework 2: DI Component

Description:
Dependency Injection (here-in called DI) is a concept that has been talked
about in numerous places over the web. Simply put, we’ll explain the act of
injecting dependencies simply with this below code:

$b = new MovieLister(new MovieFinder());

Above, MovieFinder is a dependency of MovieLister, and MovieFinder was
injected into MovieLister.


URL: http://framework.zend.com/
License: BSD

Maintainer: nobody

List of RPMs