zerig/console

Works with data which could be helpful during creating system.

Maintainers

Package info

github.com/Zerig/console

pkg:composer/zerig/console

Statistics

Installs: 35

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-27 21:27:25 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");