コード例 #1
0
 function showBio()
 {
     parent::showBio();
     $latest_activity = $this->profile->latest_activity ?: 'NEVER';
     $this->action->element('p', array('class' => 'note'), 'Latest activity: ' . $latest_activity);
 }