|
|
<div align="center">
|
|
|
<h3>WinderNet PHP Framework</h3>
|
|
|
<h2>Wiki</h2>
|
|
|
</div>
|
|
|
<h4>What is it for?</h4>
|
|
|
<hr />
|
|
|
<p>The module provides functionalities for handling configurations. The following is possible using it:</p>
|
|
|
<ul>
|
|
|
<li>Configurations can be declared using JSON or PHP. Extending is possible to declare configurations in other forms; e.g. XML.</li>
|
|
|
<li>Declared configurations are provided to PHP.</li>
|
|
|
<li>All configurations are read-only.</li>
|
|
|
<li>Distinguishing between global (independent of the environment) and local (dependent of the environment) configurations; where local configurations overwrite global configurations.</li>
|
|
|
<li>Distinguishing between project and module configurations; where module configurations overwrite project configurations.</li>
|
|
|
</ul> |
|
|
\ No newline at end of file |