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

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