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 (
//'es' => TABLE_PREFIX.'i18n',
//'fr' => TABLE_PREFIX.'i18n'
'string_page_id_col' => 'pageID',
'string_text_col' => '%s',
//'prefetch' => false //more queries, smaller result sets
//(use when db load is cheaper than network load)
'lifeTime' => 3600*24 //one day
Documentation generated on Mon, 11 Mar 2019 13:56:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|