This is a sample item page. Very little should be displayed here beyond confirming access to certain cargo, like the slug, the url, maybe something about the pdo object?
<br><br>
This will be accessed at /base-url/slug/
<?phpecho"\n".$this->getCats()."\n\n";
echo"\$this->slug: ".$this->slug;
echo"\n<br>I don't know if i will have items be auto-loaded by the view class, so the next log may be null.\n<br>";
echo"class of \$this->item: ";var_dump(@get_class($this->item));
?><?phpecho"\n\$this->slug: ".$this->slug;
echo"\n\$this->fileKey: ".$this->fileKey;
echo"\n\$this->action: ".$this->action;
?>