Changeset 163 for pro-bachkim-filespace/sourcecode
- Timestamp:
- Sep 29, 2014 3:29:51 PM (11 years ago)
- Location:
- pro-bachkim-filespace/sourcecode/api.violet.vn/www
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/config/config.php
r162 r163 3 3 // include project configuration 4 4 include(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); 5 var_dump(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');6 5 // symfony bootstraping 7 6 require_once($sf_symfony_lib_dir.'/util/sfCore.class.php'); -
pro-bachkim-filespace/sourcecode/api.violet.vn/www/web/index.php
r159 r163 7 7 8 8 require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php'); 9 10 var_dump(sfContext::getInstance()->getController()->dispatch());11 12 9 sfContext::getInstance()->getController()->dispatch();
Note: See TracChangeset
for help on using the changeset viewer.