<?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"; ?>