1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00
php-debugbar/demo/demo_ajax.php

12 lines
190 B
PHP
Raw Normal View History

2013-06-08 01:32:10 +07:00
<?php
include 'bootstrap.php';
$debugbar['messages']->addMessage('hello from ajax');
?>
hello from AJAX
<?php
$debugbar->collect();
echo $debugbarRenderer->renderAjaxToolbar();
?>