Line 1:
Line 1:
−
----
−
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
−
----
−
=[http://evicijum.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
−
----
−
=[http://evicijum.co.cc CLICK HERE]=
−
----
−
</div>
[[Category:Table SQL]]
[[Category:Table SQL]]
{{ListOfTables}}
{{ListOfTables}}
Line 22:
Line 14:
'''Version 1.1 2009/10/07'''
'''Version 1.1 2009/10/07'''
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5"
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5"
−
|style="background-color: #e9e9ef"| <b>Field</b>
+
|style="background-color: #e9e9ef"| <b>Field</b>
−
|style="background-color: #e9e9ef"| <b>Type</b>
+
|style="background-color: #e9e9ef"| <b>Type</b>
−
|style="background-color: #e9e9ef"| <b>Null</b>
+
|style="background-color: #e9e9ef"| <b>Null</b>
−
|style="background-color: #e9e9ef"| <b>Key</b>
+
|style="background-color: #e9e9ef"| <b>Key</b>
−
|style="background-color: #e9e9ef"| <b>Default</b>
+
|style="background-color: #e9e9ef"| <b>Default</b>
−
|style="background-color: #e9e9ef"| <b>Extra</b>
+
|style="background-color: #e9e9ef"| <b>Extra</b>
−
|style="background-color: #e9e9ef"| <b>Description</b>
+
|style="background-color: #e9e9ef"| <b>Description</b>
|-
|-
| rowid
| rowid
Line 93:
Line 85:
|
|
| last update date
| last update date
−
|}&nbsp;
+
|}
== Keys ==
== Keys ==
'''Version 1.1 2009/10/07'''
'''Version 1.1 2009/10/07'''
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5"
{| align="left" width="100%" border="0" rules="all" cellpadding="1" cellspacing="0" style="margin: 0 0 1px 1px; border: 1px solid #dddddd; border-right-width: 2px; border-bottom-width: 2px; background-color: #f3f3f5"
−
|style="background-color: #e9e9ef"| <b>Key</b>
+
|style="background-color: #e9e9ef"| <b>Key</b>
−
|style="background-color: #e9e9ef"| <b>Type</b>
+
|style="background-color: #e9e9ef"| <b>Type</b>
−
|style="background-color: #e9e9ef"| <b>Fields</b>
+
|style="background-color: #e9e9ef"| <b>Fields</b>
|-
|-
| PRIMARY
| PRIMARY
Line 108:
Line 100:
| UNIQUE
| UNIQUE
| name,entity
| name,entity
−
|}&nbsp;
+
|}
= Note =
= Note =
{{flag en}} Note that value of all parameters stored into this table can be read by developers in source code with syntax:
{{flag en}} Note that value of all parameters stored into this table can be read by developers in source code with syntax:
−
<source lang="php">
+
<source lang="php">
$value=$conf->global->NAME
$value=$conf->global->NAME
−
</source>
+
</source>
where NAME is parameter name stored in column "name". This will return walue found in column "value".
where NAME is parameter name stored in column "name". This will return walue found in column "value".
{{flag fr}} Notons que les valeurs de tous les paramètres stockés dans cette table peuvent être lu par les développeurs dans leur code source avec la syntaxe:
{{flag fr}} Notons que les valeurs de tous les paramètres stockés dans cette table peuvent être lu par les développeurs dans leur code source avec la syntaxe:
−
<source lang="php">
+
<source lang="php">
$value=$conf->global->NAME
$value=$conf->global->NAME
−
</source>
+
</source>
où NAME est le nom du paramètre contenu dans la colonne "name". Ceci renverra la valeur trouvé dans la colonne "value".
où NAME est le nom du paramètre contenu dans la colonne "name". Ceci renverra la valeur trouvé dans la colonne "value".
{{flag sp}} Destacar que los valores de todos los parámetros guardados en esta tabla pueden ser leídos por los desarrolladores en su código mediante la sintaxis:
{{flag sp}} Destacar que los valores de todos los parámetros guardados en esta tabla pueden ser leídos por los desarrolladores en su código mediante la sintaxis:
−
<source lang="php">
+
<source lang="php">
$value=$conf->global->NAME
$value=$conf->global->NAME
−
</source>
+
</source>
donde NAME es el nombre del parámetro contenido en la columna "name". Esto devolverá el valor guardado en la columna "value".
donde NAME es el nombre del parámetro contenido en la columna "name". Esto devolverá el valor guardado en la columna "value".