Location: PHPKode > scripts > PHP IOC > php-ioc/DependencyContainer.php
<?php
/**
 * File Locator Handle.
 * This fill will be used to inlude other file in the
 * system
 * */
 define("IOC_CONTAINER_PATH",dirname(__FILE__));
 
 include_once IOC_CONTAINER_PATH."/objectfactory/ObjectFactory.php";
?>
Return current item: PHP IOC