debug – PHP Charts & Graphs https://phpchart.com Making charts in PHP is simple again. Sat, 05 May 2012 21:47:32 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.13 Enable/Disable Debugging https://phpchart.com/examples/enabledisable-debugging/ https://phpchart.com/examples/enabledisable-debugging/#respond Sun, 27 Nov 2011 04:19:05 +0000 http://phpchart.net/?p=355 All the examples listed have debug turned on so that the not only the PHP chart is displayed, but also the generated client side javascript, as well as list of plugins currently used. You can use enable_debug() function to enable debug in individual PHP chart, or define DEBUG value in conf.php to enable/disable debug at […]

The post Enable/Disable Debugging appeared first on PHP Charts & Graphs.

]]>
All the examples listed have debug turned on so that the not only the PHP chart is displayed, but also the generated client side javascript, as well as list of plugins currently used. You can use enable_debug() function to enable debug in individual PHP chart, or define DEBUG value in conf.php to enable/disable debug at global level. You should disable debug in production.

In conf.php

1
define('DEBUG', true);

The post Enable/Disable Debugging appeared first on PHP Charts & Graphs.

]]>
https://phpchart.com/examples/enabledisable-debugging/feed/ 0