Page Owner

Permalink
is there a php snippet to display the page owner? ive looked on the cheatsheet, but didn't find anything.

12345j
 
12345j replied on at Permalink Reply
12345j
and also the current version? thanks.
12345j replied on at Permalink Best Answer Reply
12345j
found what I was looking for.
<?php  echo $c->getVersionObject()->getVersionAuthorUserName(); ?>
and for versions
<?php echo $c->getVersionID()?>