| Current Path : /home/semix18/public_html/pogtech.pl/app/core/ |
| Current File : /home/semix18/public_html/pogtech.pl/app/core/debugger.class.php |
<?php /*windu.org core*/
class debugger
{
public static function dprint($array)
{
echo '<pre>';
print_r($array);
echo '</pre>';
}
}
?>