about.more.php
Sample view action page found at /base-url/about/more/ where 'about' is the view name and 'more' is the action
<?php
echo "\n\$this->slug: ".$this->slug;
echo "\n\$this->viewName: ".$this->viewName;
echo "\n\$this->action: ".$this->action;
?>