WURFL API Options
- wurflapi.wurfl_api_version
If using the WURFL API, use this key to specify which version you are using; typically, this will be either "1.0" or "1.1".
- wurflapi.wurfl_lib_dir
If using the WURFL API, use this key to specify in which directory the library exists.
- wurflapi.wurfl_config_file
If using the WURFL API, use this key to specify the location of the configuration file you will use; typically, this will be
resources/wurfl-config.phpwithin thewurfl_lib_dir.- wurflapi.wurfl_config_array.wurfl.main-file
If using version 1.1 of the WURFL API, you can omit using a
wurfl_config_file, and instead provide an associative array of configuration values. This particular value indicates the location of thewurfl.xmlfile containing the actual WURFL database.- wurflapi.wurfl_config_array.wurfl.patches[]
If using version 1.1 of the WURFL API, you can omit using a
wurfl_config_file, and instead provide an associative array of configuration values. This particular value is an array of file locations containing patchfiles for thewurfl.main-file(which are used to ammend and extend the primary database file).- wurflapi.wurfl_config_array.persistence.provider
If using version 1.1 of the WURFL API, you can omit using a
wurfl_config_file, and instead provide an associative array of configuration values. This particular value indicates the type of persistence provider used when caching discovered capabilities. See the WURFL documentation for potential values; "file" is a known good value.- wurflapi.wurfl_config_array.persistence.dir
If using version 1.1 of the WURFL API, you can omit using a
wurfl_config_file, and instead provide an associative array of configuration values. This particular value indicates the location where the persistence provider will cache discovered capabilities.




