zerig/console

Works with data which could be helpful during creating system.

Maintainers

Details

github.com/Zerig/console

Source

Issues

Installs: 35

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zerig/console

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

This package is auto-updated.

Last update: 2025-09-27 20:29:37 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");