I am Patricio Gabriel Maseda and this is my blog.
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); if ( ! function_exists('pr')) { function pr($thing) { echo '<pre>'; var_dump($thing); echo '</pre>'; die(); } }
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
if ( ! function_exists('pr'))
{
function pr($thing)
echo '<pre>';
var_dump($thing);
echo '</pre>';
die();
}