I would like to execute for an Item, saying that, I just tried the following...
<?php echo $this->item->title; ?>
<?php echo $this->item->category; ?>
<?php echo $this->item->author; ?>
The Results...
Title - displayed properly
Category - displayed the following text "TableK2Category"
Author - displayed nothing at all