source: pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/config/config.php @ 148

Last change on this file since 148 was 148, checked in by dungnv, 11 years ago
File size: 356 bytes
Line 
1<?php
2
3// include project configuration
4include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
5
6// symfony bootstraping
7require_once($sf_symfony_lib_dir.'/util/sfCore.class.php');
8sfCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir);
9var_dump(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
Note: See TracBrowser for help on using the repository browser.