miércoles, 24 de agosto de 2011

Variables en Symfony

[sf_symfony_lib_dir] 
    [sf_root_dir] 
    [sf_apps_dir] 
    [sf_lib_dir] 
    [sf_log_dir] 
    [sf_data_dir] 
    [sf_config_dir]
    [sf_test_dir]
    [sf_plugins_dir]
    [sf_web_dir]
    [sf_upload_dir]
    [sf_cache_dir]
    [sf_app_base_cache_dir]
    [sf_app_cache_dir]
    [sf_template_cache_dir]
    [sf_i18n_cache_dir]
    [sf_config_cache_dir]
    [sf_test_cache_dir]
    [sf_module_cache_dir]
    [sf_app]
    [sf_environment]
    [sf_debug]
    [sf_app_dir]
    [sf_app_config_dir]
    [sf_app_lib_dir]
    [sf_app_module_dir]
    [sf_app_template_dir]
    [sf_app_i18n_dir]
    [sf_error_404_module]
    [sf_error_404_action]
    [sf_login_module]
    [sf_login_action]
    [sf_secure_module]
    [sf_secure_action]
    [sf_module_disabled_module]
    [sf_module_disabled_action]
    [sf_use_database]
    [sf_i18n]
    [sf_compressed]
    [sf_check_lock]
    [sf_csrf_secret]
    [sf_escaping_strategy]
    [sf_escaping_method]
    [sf_no_script_name]
    [sf_cache] 
    [sf_etag]
    [sf_web_debug]
    [sf_error_reporting]
    [sf_file_link_format]
    [sf_admin_web_dir]
    [sf_web_debug_web_dir]
    [sf_standard_helpers]
    [sf_enabled_modules]
    [sf_charset]
    [sf_logging_enabled]
    [sf_default_culture]
 
print_r(sfConfig::getAll());

No hay comentarios: