-
Loads a configuration handler.
throws sfConfigurationException If a requested configuration file does not have an associated configuration handler
-
(string) checkConfig ()
Browse code
Checks to see if a configuration file has been modified and if so
recompile the cache file associated with it.
The recompilation only occurs in a non debug environment.
If the configuration file path is relative, symfony will look in directories
defined in the sfLoader::getConfigPaths() method.
returns An absolute filesystem path to the cache filename associated with this specified configuration file
throws sfConfigurationException If a requested configuration file does not exist
-
Clears all configuration cache files.
-
(string) getCacheName ()
Browse code
Converts a normal filename into a cache filename.
returns An absolute filesystem path to a cache filename
-
(sfConfigCache) getInstance ()
Browse code
Retrieves the singleton instance of this class.
returns A sfConfigCache instance
-
Imports a configuration file.
-
Loads all configuration application and module level handlers.
throws sfConfigurationException If a configuration related error occurs.
-
Writes a cache file.
throws sfCacheException If the cache file cannot be written