pluf/src/Pluf/conf/pluf.test.php File Reference


Variables

 $cfg = array()
 $cfg ['test'] = false
 $cfg ['timezone'] = 'Europe/Berlin'
 $cfg ['debug'] = true
 $cfg ['installed_apps'] = array('Pluf')
 $cfg ['tmp_folder'] = '/tmp'
 $cfg ['template_folders'] = array(dirname(__FILE__).'/../templates')
 $cfg ['pluf_use_rowpermission'] = true
 $cfg ['mimetype'] = 'text/html'
 $cfg ['app_views'] = dirname(__FILE__).'/../app-views.php'
 $cfg ['db_login'] = 'testpluf'
 $cfg ['db_password'] = 'testpluf'
 $cfg ['db_server'] = 'localhost'
 $cfg ['db_database'] = ':memory:'
 $cfg ['app_base'] = '/testapp'
 $cfg ['url_format'] = 'simple'
 $cfg ['template_tags']
 $cfg ['db_table_prefix'] = 'pluf_unit_tests_'
 $cfg ['db_version'] = '5.0'
 $cfg ['db_engine'] = 'SQLite'
 $cfg ['simple_test_path'] = '/home/loa/Vendors/simpletest'

Variable Documentation

$cfg['simple_test_path'] = '/home/loa/Vendors/simpletest'

$cfg['db_engine'] = 'SQLite'

$cfg['db_version'] = '5.0'

$cfg['db_table_prefix'] = 'pluf_unit_tests_'

$cfg['template_tags']

Initial value:

 array(
                              'mytag' => 'Pluf_Template_Tag_Mytag',
                              )

$cfg['url_format'] = 'simple'

$cfg['app_base'] = '/testapp'

$cfg['db_database'] = ':memory:'

$cfg['db_server'] = 'localhost'

$cfg['db_password'] = 'testpluf'

$cfg['db_login'] = 'testpluf'

$cfg['app_views'] = dirname(__FILE__).'/../app-views.php'

$cfg['mimetype'] = 'text/html'

$cfg['pluf_use_rowpermission'] = true

$cfg['template_folders'] = array(dirname(__FILE__).'/../templates')

$cfg['tmp_folder'] = '/tmp'

$cfg['installed_apps'] = array('Pluf')

$cfg['debug'] = true

$cfg['timezone'] = 'Europe/Berlin'

$cfg['test'] = false

return $cfg = array()


Generated on Wed Feb 3 15:44:51 2010 for Pluf by  doxygen