bootta/util

Utility tools(by Bootta)

1.9 2017-05-22 07:52 UTC

This package is auto-updated.

Last update: 2025-04-29 00:57:08 UTC


README

Util classes package(by Bootta)

Bootta\Util\Config class

Utility class used for creating simple configuration system.

There is 2 types of configuration files: global and local. Global configuration only need 1 time initializing and can be used in whole project. And local configuration Is used to create more configuration files by creating new instances of Config class.

Bootta\Util\Log Class

Simple utility class used for logging.