index.item.create.php
This is a sample item-action page in a directory.
<br><br>
This will be accessed at /base-url/test-dir/slug/create/
<?php
echo "a form would be displayed here, generally, since this is a 'create' action";
?>
<?php
echo "\n\$this->slug: ".$this->slug;
echo "\n\$this->viewName: ".$this->viewName;
echo "\n\$this->action: ".$this->action;
?>