File indexing completed on 2024-05-12 17:26:16

0001 <?php
0002 /*
0003  *   TRT GFX 3.0.1 (beta build) BackToSlash
0004  * 
0005  *   support: happy.snizzo@gmail.com
0006  *   website: http://trt-gfx.googlecode.com
0007  *   credits: Claudio Desideri
0008  *   
0009  *   This software is released under the MIT License.
0010  *   http://opensource.org/licenses/mit-license.php
0011  */ 
0012 
0013 
0014 /*
0015  * This module aims to create a set of tools for easy debugging php apps using gfx.
0016  */
0017 
0018 // BREAKPOINT
0019 define("DEBUG_BREAKPOINT", "echo \"<pre>\";
0020 var_dump(get_defined_vars());
0021 echo \"</pre>\"; ");
0022 
0023 ?>