Hi all, is there a problem with moving the following bootstrapping code from apps/.../config/config.php to config/config.php?
Thus it would be possible to have sfConfig available in your project config... From: apps/.../config/config.php To: config/config.php ------------------------------------- // symfony bootstraping require_once($sf_symfony_lib_dir.'/util/sfCore.class.php'); sfCore::bootstrap($sf_symfony_lib_dir, $sf_symfony_data_dir); ------------------------------------- Greets, Moritz. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
