... | @@ -17,9 +17,10 @@ |
... | @@ -17,9 +17,10 @@ |
|
<p>How to install the framework - or only this module - can be read [here](Installation). How to use it can be read [here](How-to-Use).</p>
|
|
<p>How to install the framework - or only this module - can be read [here](Installation). How to use it can be read [here](How-to-Use).</p>
|
|
<h4>Where is the documentation?</h4>
|
|
<h4>Where is the documentation?</h4>
|
|
<hr />
|
|
<hr />
|
|
<p>The code is well documented. For the sake of simplicity, the [in-code documentation](https://gitlab.com/windernet/php/framework/-/tree/main/src/module/Configurations) won't be duplicated in the wiki.</p>
|
|
<p>The code is well documented. For the sake of simplicity, the [in-code documentation](https://gitlab.com/windernet/php/framework-module-configurations/-/tree/main/src) won't be duplicated in the wiki.</p>
|
|
<h4>Examples</h4>
|
|
<h4>Examples</h4>
|
|
<hr />
|
|
<hr />
|
|
|
|
<b>Example 1:</b>
|
|
<p>The following example shows how to define and get a configuration, which defines, whether logging is active.</p>
|
|
<p>The following example shows how to define and get a configuration, which defines, whether logging is active.</p>
|
|
<pre>global.json
|
|
<pre>global.json
|
|
<hr />
|
|
<hr />
|
... | | ... | |