Tech Stuff


Tags / Directory

Symfony directory’ variables

  • March 5, 2009
  • symfony  
  • directory  
  • structure  
  • symfony  

For the times you’ll need access to some of Symfony’s directories:

Symfony dir
    [php]
    // root directory structure
    'sf_cache_dir_name'   => 'cache',
    'sf_log_dir_name'     => 'log',
    'sf_lib_dir_name'     => 'lib', …
Read more...
Powered by Hugo and Whiteplain