mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
12 lines
190 B
PHP
12 lines
190 B
PHP
<?php
|
|
|
|
include 'bootstrap.php';
|
|
$debugbar['messages']->addMessage('hello from ajax');
|
|
|
|
?>
|
|
hello from AJAX
|
|
<?php
|
|
$debugbar->collect();
|
|
echo $debugbarRenderer->renderAjaxToolbar();
|
|
?>
|