Hi, everyone!
I'm having a problem with the file structure customization. I followed the
steps in the book, but it has no
effect. What I'm trying to do is to change the path of the project config
directory, because, the databases.yml
file and the config.php file have to stay in a different path (in the
production environment). I changed the
sf_config_dir and sf_config_dir_name in the application's config.php file, as
told in the Symfony Book. But, it
gets the files in the normal config folder (/myproject/config). The examples
are below:
// myproject/apps/myapp/config/config.php
// at the end of the file
sfConfig::set('sf_config_dir_name', 'folder');
sfConfig::set('sf_config_dir',
'/other/directory'.sfConfig::get('sf_config_dir_name'));
Is there something I'm missing? Is the book incomplete? Please, someone who
changed the project file srtucture,
show me the way!
Thanks!!
Marcio Albuquerque
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---