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