Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 459 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 459 Bytes

bootta_util

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.