docu_system/classes/SYSTEM-CONFIG-config-ids.html
Ulf Gebhardt 50de610cf6
generated new version
missing changes

more

more

more
2024-11-21 02:49:15 +01:00

1002 lines
66 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title> SYSTEM - PHP Framework &raquo; \SYSTEM\CONFIG\config_ids
</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<base href="../">
<link href="css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script>
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="js/bootstrap.js" type="text/javascript"></script>
<script src="js/template.js" type="text/javascript"></script>
<script src="js/prettify/prettify.min.js" type="text/javascript"></script>
<link rel="shortcut icon" href="img/favicon.ico"/>
<link rel="apple-touch-icon" href="img/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> </a>
<a class="brand" href="index.html">SYSTEM - PHP Framework</a>
<div class="nav-collapse">
<ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a>Namespaces</a></li>
<li><a href="\LIB">LIB</a></li>
<li><a href="\GIT">GIT</a></li>
<li><a href="\vakata">vakata</a></li>
<li><a href="\Michelf">Michelf</a></li>
<li><a href="\MatthiasMullie">MatthiasMullie</a></li>
<li><a href="\PHPDocMD">PHPDocMD</a></li>
<li><a href="\ScssPhp">ScssPhp</a></li>
<li><a href="\SYSTEM">SYSTEM</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="graph_class.html">
<i class="icon-list-alt"></i>&#160;Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="errors.html">
<i class="icon-list-alt"></i>&#160;Errors
</a>
</li>
<li>
<a href="markers.html">
<i class="icon-list-alt"></i>&#160;Markers
</a>
</li>
<li>
<a href="deprecated.html">
<i class="icon-list-alt"></i>&#160;Deprecated
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="go_to_top">
<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>
</div>
</div>
<div id="___" class="container">
<noscript>
<div class="alert alert-warning">
Javascript is disabled; several features are only available if Javascript is enabled.
</div>
</noscript>
<style>
.deprecated h2 {
text-decoration: line-through;
}
</style>
<div class="row">
<div class="span4">
<div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button>
<button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
</div>
<div class="btn-group visibility" data-toggle="buttons-checkbox">
<button class="btn public active" title="Show public elements">Public</button>
<button class="btn protected" title="Show protected elements">Protected</button>
<button class="btn private" title="Show private elements">Private</button>
<button class="btn inherited active" title="Show inherited elements">Inherited</button>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-custom icon-method"></i> Methods
<ul>
</ul>
</li>
<li class="nav-header protected">» Protected
<ul>
</ul>
</li>
<li class="nav-header private">» Private
<ul>
</ul>
</li>
<li class="nav-header">
<i class="icon-custom icon-constant"></i> Constants
<ul>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_DBNAME" title="SYS_CONFIG_DB_DBNAME :: int Default Database Databasename used by the Application">
<span class="description">int Default Database Databasename used by the Application</span><pre>SYS_CONFIG_DB_DBNAME</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_HOST" title="SYS_CONFIG_DB_HOST :: int Default Database Host used by the Application">
<span class="description">int Default Database Host used by the Application</span><pre>SYS_CONFIG_DB_HOST</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_PASSWORD" title="SYS_CONFIG_DB_PASSWORD :: int Default Database Password used by the Application">
<span class="description">int Default Database Password used by the Application</span><pre>SYS_CONFIG_DB_PASSWORD</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_PORT" title="SYS_CONFIG_DB_PORT :: int Default Database Port used by the Application">
<span class="description">int Default Database Port used by the Application</span><pre>SYS_CONFIG_DB_PORT</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_TYPE" title="SYS_CONFIG_DB_TYPE :: int Database Driver to be used">
<span class="description">int Database Driver to be used</span><pre>SYS_CONFIG_DB_TYPE</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_TYPE_MYS" title="SYS_CONFIG_DB_TYPE_MYS :: string Database Driver MYSQL">
<span class="description">string Database Driver MYSQL</span><pre>SYS_CONFIG_DB_TYPE_MYS</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_TYPE_PG" title="SYS_CONFIG_DB_TYPE_PG :: string Database Driver PostgreSQL">
<span class="description">string Database Driver PostgreSQL</span><pre>SYS_CONFIG_DB_TYPE_PG</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DB_USER" title="SYS_CONFIG_DB_USER :: int Default Database User used by the Application">
<span class="description">int Default Database User used by the Application</span><pre>SYS_CONFIG_DB_USER</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DEFAULT_LANG" title="SYS_CONFIG_DEFAULT_LANG :: int Default Language of the Application">
<span class="description">int Default Language of the Application</span><pre>SYS_CONFIG_DEFAULT_LANG</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DEFAULT_RESULT" title="SYS_CONFIG_DEFAULT_RESULT :: int Default Result the Application will return">
<span class="description">int Default Result the Application will return</span><pre>SYS_CONFIG_DEFAULT_RESULT</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DEFAULT_RESULT_JSON" title="SYS_CONFIG_DEFAULT_RESULT_JSON :: string Result Type JSON">
<span class="description">string Result Type JSON</span><pre>SYS_CONFIG_DEFAULT_RESULT_JSON</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_DEFAULT_RESULT_MSGPACK" title="SYS_CONFIG_DEFAULT_RESULT_MSGPACK :: string Result Type MsgPack">
<span class="description">string Result Type MsgPack</span><pre>SYS_CONFIG_DEFAULT_RESULT_MSGPACK</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_ERRORREPORTING" title="SYS_CONFIG_ERRORREPORTING :: int Error Reporting Level within the Application">
<span class="description">int Error Reporting Level within the Application</span><pre>SYS_CONFIG_ERRORREPORTING</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_LANGS" title="SYS_CONFIG_LANGS :: int Languages supported by the Application">
<span class="description">int Languages supported by the Application</span><pre>SYS_CONFIG_LANGS</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_PATH_BASEPATH" title="SYS_CONFIG_PATH_BASEPATH :: int Base Path for the Application">
<span class="description">int Base Path for the Application</span><pre>SYS_CONFIG_PATH_BASEPATH</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_PATH_BASEURL" title="SYS_CONFIG_PATH_BASEURL :: int Base URL for the Application">
<span class="description">int Base URL for the Application</span><pre>SYS_CONFIG_PATH_BASEURL</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_PATH_CACHE" title="SYS_CONFIG_PATH_CACHE :: int Cache path used by the Application">
<span class="description">int Cache path used by the Application</span><pre>SYS_CONFIG_PATH_CACHE</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CONFIG_PATH_SYSTEMPATHREL" title="SYS_CONFIG_PATH_SYSTEMPATHREL :: int Relative Path to the System Library based on BASEPATH setting">
<span class="description">int Relative Path to the System Library based on BASEPATH setting</span><pre>SYS_CONFIG_PATH_SYSTEMPATHREL</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_CRON_LOG2SQLITE_PATH" title="SYS_CRON_LOG2SQLITE_PATH :: int Logextraction path used by the Application">
<span class="description">int Logextraction path used by the Application</span><pre>SYS_CRON_LOG2SQLITE_PATH</pre>
</a>
</li>
<li class="constant public">
<a href="#constant_SYS_SAI_CONFIG_PROJECT" title="SYS_SAI_CONFIG_PROJECT :: int Projectname of the Application">
<span class="description">int Projectname of the Application</span><pre>SYS_SAI_CONFIG_PROJECT</pre>
</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="span8">
<div class="element class">
<h1>config_ids</h1>
<small style="display: block; text-align: right">
</small>
<p class="short_description">ConfigID Class provided by System for System Environment Config IDs.</p>
<div class="details">
<div class="long_description">
<p>Extend this class for your own purposes.</p>
</div>
<table class="table table-bordered">
<tr>
<th>
package
</th>
<td>
<p>SYSTEM\CONFIG</p>
</td>
</tr>
</table>
<h3><i class="icon-custom icon-method"></i> Methods</h3>
<h3><i class="icon-custom icon-constant"></i> Constants</h3>
<a id="constant_SYS_CONFIG_ERRORREPORTING"> </a>
<div class="element clickable constant constant_SYS_CONFIG_ERRORREPORTING" data-toggle="collapse" data-target=".constant_SYS_CONFIG_ERRORREPORTING .collapse">
<h2>int Error Reporting Level within the Application</h2>
<pre>SYS_CONFIG_ERRORREPORTING</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_PATH_BASEURL"> </a>
<div class="element clickable constant constant_SYS_CONFIG_PATH_BASEURL" data-toggle="collapse" data-target=".constant_SYS_CONFIG_PATH_BASEURL .collapse">
<h2>int Base URL for the Application</h2>
<pre>SYS_CONFIG_PATH_BASEURL</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_PATH_BASEPATH"> </a>
<div class="element clickable constant constant_SYS_CONFIG_PATH_BASEPATH" data-toggle="collapse" data-target=".constant_SYS_CONFIG_PATH_BASEPATH .collapse">
<h2>int Base Path for the Application</h2>
<pre>SYS_CONFIG_PATH_BASEPATH</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_PATH_SYSTEMPATHREL"> </a>
<div class="element clickable constant constant_SYS_CONFIG_PATH_SYSTEMPATHREL" data-toggle="collapse" data-target=".constant_SYS_CONFIG_PATH_SYSTEMPATHREL .collapse">
<h2>int Relative Path to the System Library based on BASEPATH setting</h2>
<pre>SYS_CONFIG_PATH_SYSTEMPATHREL</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DEFAULT_RESULT"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DEFAULT_RESULT" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DEFAULT_RESULT .collapse">
<h2>int Default Result the Application will return</h2>
<pre>SYS_CONFIG_DEFAULT_RESULT</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DEFAULT_RESULT_JSON"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DEFAULT_RESULT_JSON" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DEFAULT_RESULT_JSON .collapse">
<h2>string Result Type JSON</h2>
<pre>SYS_CONFIG_DEFAULT_RESULT_JSON</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DEFAULT_RESULT_MSGPACK"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DEFAULT_RESULT_MSGPACK" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DEFAULT_RESULT_MSGPACK .collapse">
<h2>string Result Type MsgPack</h2>
<pre>SYS_CONFIG_DEFAULT_RESULT_MSGPACK</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_TYPE"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_TYPE" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_TYPE .collapse">
<h2>int Database Driver to be used</h2>
<pre>SYS_CONFIG_DB_TYPE</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_TYPE_MYS"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_TYPE_MYS" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_TYPE_MYS .collapse">
<h2>string Database Driver MYSQL</h2>
<pre>SYS_CONFIG_DB_TYPE_MYS</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_TYPE_PG"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_TYPE_PG" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_TYPE_PG .collapse">
<h2>string Database Driver PostgreSQL</h2>
<pre>SYS_CONFIG_DB_TYPE_PG</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_HOST"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_HOST" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_HOST .collapse">
<h2>int Default Database Host used by the Application</h2>
<pre>SYS_CONFIG_DB_HOST</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_PORT"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_PORT" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_PORT .collapse">
<h2>int Default Database Port used by the Application</h2>
<pre>SYS_CONFIG_DB_PORT</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_USER"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_USER" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_USER .collapse">
<h2>int Default Database User used by the Application</h2>
<pre>SYS_CONFIG_DB_USER</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_PASSWORD"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_PASSWORD" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_PASSWORD .collapse">
<h2>int Default Database Password used by the Application</h2>
<pre>SYS_CONFIG_DB_PASSWORD</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DB_DBNAME"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DB_DBNAME" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DB_DBNAME .collapse">
<h2>int Default Database Databasename used by the Application</h2>
<pre>SYS_CONFIG_DB_DBNAME</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_LANGS"> </a>
<div class="element clickable constant constant_SYS_CONFIG_LANGS" data-toggle="collapse" data-target=".constant_SYS_CONFIG_LANGS .collapse">
<h2>int Languages supported by the Application</h2>
<pre>SYS_CONFIG_LANGS</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_DEFAULT_LANG"> </a>
<div class="element clickable constant constant_SYS_CONFIG_DEFAULT_LANG" data-toggle="collapse" data-target=".constant_SYS_CONFIG_DEFAULT_LANG .collapse">
<h2>int Default Language of the Application</h2>
<pre>SYS_CONFIG_DEFAULT_LANG</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CRON_LOG2SQLITE_PATH"> </a>
<div class="element clickable constant constant_SYS_CRON_LOG2SQLITE_PATH" data-toggle="collapse" data-target=".constant_SYS_CRON_LOG2SQLITE_PATH .collapse">
<h2>int Logextraction path used by the Application</h2>
<pre>SYS_CRON_LOG2SQLITE_PATH</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_CONFIG_PATH_CACHE"> </a>
<div class="element clickable constant constant_SYS_CONFIG_PATH_CACHE" data-toggle="collapse" data-target=".constant_SYS_CONFIG_PATH_CACHE .collapse">
<h2>int Cache path used by the Application</h2>
<pre>SYS_CONFIG_PATH_CACHE</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="constant_SYS_SAI_CONFIG_PROJECT"> </a>
<div class="element clickable constant constant_SYS_SAI_CONFIG_PROJECT" data-toggle="collapse" data-target=".constant_SYS_SAI_CONFIG_PROJECT .collapse">
<h2>int Projectname of the Application</h2>
<pre>SYS_SAI_CONFIG_PROJECT</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<a id="\SYSTEM\CONFIG\config_ids"></a>
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-custom icon-class"></i></a></li>
<li><span class="divider">\</span><a href="\SYSTEM\CONFIG">CONFIG</a></li>
<li class="active"><span class="divider">\</span><a href="\SYSTEM\CONFIG\config_ids">config_ids</a></li>
</ul>
</div>
</div>
</div>
<footer class="span12">
Template is built using <a href="https://getbootstrap.com/">Twitter Bootstrap 2</a> and icons provided by
<a href="https://glyphicons.com/">Glyphicons</a>.<br/>
Documentation is powered by <a href="https://www.phpdoc.org/">phpDocumentor </a> and<br/>
generated on Thu, 21 Nov 2024 01:33:23 +0000.<br/>
</footer>
</body>
</html>