1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-28 04:00:43 +02:00
Files
php-debugbar/demo/demo_ajax.php
2013-06-13 18:49:55 +08:00

11 lines
158 B
PHP

<?php
include 'bootstrap.php';
$debugbar['messages']->addMessage('hello from ajax');
?>
hello from AJAX
<?php
echo $debugbarRenderer->render(false);
?>