Source for file settings.php
Documentation is available at settings.php
/****************************************************
* debug(), writeTitle(), writeValue() and getValue()
****************************************************/
echo '<pre><div style="background-color: #ccffcc; border: 1px solid red; padding-left: 4px;">';
echo '<br /> <h2 style="padding: 5px; background-color: #ccccff; border: 1px solid black;">'. $str. '</h2>';
echo '<div style="background-color: #f8f8f8; border: 1px solid #ccc; margin: 4px; padding: 4px;">'. $desc . ' = ';
return '<span style="background-color: '. $color. '; color: white; border: 1px solid black;">'. $str. '</span>';
define('TABLE_PREFIX', 'mytable_');
'lang_name_col' => 'name',
'lang_meta_col' => 'meta',
'lang_errmsg_col' => 'error_text',
'strings_tables' => array(
'en' => TABLE_PREFIX.'i18n',
'it' => TABLE_PREFIX.'i18n',
'de' => TABLE_PREFIX.'i18n',
'strings_default_table' => TABLE_PREFIX. 'i18n', //if you only use one table for all langs, set it here
'string_page_id_col' => 'page_id',
'string_text_col' => '%s',
//'prefetch' => false //more queries, smaller result sets
//(use when db load is cheaper than network load)
'cacheDir' => 'cache/', //default is /tmp/
'lifeTime' => 3600*24 , //default is 3600 (1 minute)
Documentation generated on Mon, 11 Mar 2019 14:41:45 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|