Write concerns
This commit is contained in:
parent
f21293bc01
commit
28dd69e3a5
@ -8,4 +8,14 @@ namespace Core\Configuration;
|
|||||||
* @author Romano Schoonheim https://github.com/romano1996
|
* @author Romano Schoonheim https://github.com/romano1996
|
||||||
*/
|
*/
|
||||||
class Configurations
|
class Configurations
|
||||||
{}
|
{
|
||||||
|
/**
|
||||||
|
* Concerns:
|
||||||
|
* -> Loading configuration files
|
||||||
|
* - Scan directory for files.
|
||||||
|
* - Filtering none config / php files.
|
||||||
|
* - Creating assoc array.
|
||||||
|
* -> Storing assoc array to this object.
|
||||||
|
* -> Accessing configurations based on "paths" application.something For example.
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user