| Current Path : /var/www/html/mmishra/iws8/html/ihrm/symfony/web/ |
| Current File : /var/www/html/mmishra/iws8/html/ihrm/symfony/web/api_test.php |
<?php
/* For logging PHP errors */
define('ROOT_PATH', dirname(__FILE__) . '/../../');
$scriptPath = dirname($_SERVER['SCRIPT_NAME']);
define('WPATH', $scriptPath . "/../../");
require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
$configuration = ProjectConfiguration::getApplicationConfiguration('orangehrm', 'test', false);
sfContext::createInstance($configuration)->dispatch();