| [ Index ] |
PHP Cross Reference of Web Application Component Toolkit |
[Summary view] [Print] [Text view]
1 ;============================ 2 ; configuration file 3 ;============================ 4 [templates] 5 ;Force every template to be re-compiled on every request. Option is used 6 ;for debugging templates when developing template generation code 7 forcecompile = TRUE 8 9 [filescheme] 10 ;Directory which holds template files 11 ;templateroot = 12 13 [database] 14 ; which database driver to use. 15 ;driver = mysql 16 17 ;Mysql settings 18 ;mysql.database = "wactexamples" 19 ;mysql.user = "wack" 20 ;mysql.password = "wacky" 21 ;mysql.host = "localhost" 22 23 ;OPTIONAL: 24 ;If you do not use the WACT Caching tags in your application, this section can be removed 25 [output_cache] 26 caching=1 ; Switch caching on or off 27 cacheBase=./ ; Base path to start cache files (trailing slash required) 28 cacheDir=cache/ ; Path to append to base, to store cache files in 29 ;fileLocking= 30 ;writeControl= 31 ;readControl= 32 ;readControlType= 33 ;pearErrorMode= 34 ;memoryCaching= 35 ;onlyMemoryCaching= 36 ;memoryCachingLimit= 37 38 ;OPTIONAL: 39 ;If you do not use adodb WACT components in your application, this section can be removed 40 [adodb] 41 library_path = ../external/adodb/ 42 43 ;OPTIONAL: 44 ;If you do not use PEAR WACT components in your application, this section can be removed 45 [pear] 46 ; The standard PHP search path is used if no path is specified here. 47 ; This is the recommened way to reference PEAR. 48 library_path = 49 ;This is a local setting for PEAR 50 ;library_path = ../external/pear/
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sun Nov 28 19:36:09 2004 | Cross-referenced by PHPXref 0.5 |