source: pro-bachkim-filespace/sourcecode/api.violet.vn/www/web/index.php @ 159

Last change on this file since 159 was 159, checked in by dungnv, 11 years ago
File size: 438 bytes
RevLine 
[19]1<?php
2
3define('SF_ROOT_DIR',    realpath(dirname(__FILE__).'/..'));
4define('SF_APP',         'platform');
5define('SF_ENVIRONMENT', 'prod');
6define('SF_DEBUG',       false);
7
8require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
9
[159]10var_dump(sfContext::getInstance()->getController()->dispatch());
[156]11
[147]12sfContext::getInstance()->getController()->dispatch();
Note: See TracBrowser for help on using the repository browser.