zerig/console

Works with data which could be helpful during creating system.

v1.0.12 2020-04-27 08:21 UTC

This package is auto-updated.

Last update: 2025-03-27 19:26:48 UTC


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");