This is a sample item page in a directory. 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/test-dir/slug/
<?php
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: ".get_class($this->item);
?>
<?php
echo "\n\$this->slug: ".$this->slug;
echo "\n\$this->viewName: ".$this->viewName;
echo "\n\$this->action: ".$this->action;
?>