zerig / console
Works with data which could be helpful during creating system.
Installs: 35
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zerig/console
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");