zerig / console
Works with data which could be helpful during creating system.
v1.0.12
2020-04-27 08:21 UTC
Requires
- php: >=5.6.0
README
Works with data which could be helpful during creating system. This is a helpful class it doesn´t need nothing, but the others needs it.
::mysql($sql)
collect information about sql activity.
\Console\Log::mysql(" SELECT * FROM table ");
::include($page_name)
collect information about page include.
\Console\Log::include("index.php");