原创 php 依賴注入類

<?php class Di implements \ArrayAccess{     private $_bindings = array();//服務列表     private $_instances = array();//已經實例