Slide 32
Slide 32 text
Mapping Files
22
array (
’ class ’ => ’ Zend Foo ’ ,
’ arguments ’ => array ( ’ c o n s t r u c t ’ => ’ComponentA ’ ) ,
) ,
’ComponentA ’ => array (
’ class ’ => ’ Zend Foo Component A ’ ,
’ instanceof ’ => ’ Zend Foo Component Interface ’ ,
) ) ;
Figure 6: Zend DI Proposal by Frederic Cargnelutti (mod-
ified)