Menu

1. Requirement
2. Installation
3. Rules
4. Themes
5. Plugins
        1. Backend Plugins
        2. Frontend Plugins
6. Variables
7. Commands
8. Ajax
9. Component Dbug
10. Component Query builder
11. Extend Backend


View the Project on GitHub

Component DBug

This component is included automatically, to dump variable properly

<?php

$arr = ['name' => 'Test', 'lastname' => 'Test 2'];
new dBug($arr); // or shortcut x($arr);