You can add pretty debug. This tool not work correct if your server using PHP xdebug module.
- Open yourcode.php to edit your new webpage.
- Add code:
<?php $seo=new headerSeo; $seo->encode(); $seo->robots(); echo $seo->save(); ?> <body> <?php $var=array('my first debug','my second debug',null,123); //debuging variable log::vd($var); //Print pretty var_dump equivalent ?> </body> </html>
- Save yourcode.php and open your example.com first page where is installed OpenSencillo.
- Check example.com with your first pretty debug.