public function afterAction($handlerAdapter)
 {
     parent::afterAction($handlerAdapter);
     $bread = array($this->bread['left']);
     unset($this->bread['left']);
     $this->bread && ($bread = array_merge($bread, $this->bread));
     Wekit::setGlobal($bread, 'profileBread');
 }
 /**
  * (non-PHPdoc)
  * @see src/library/base/PwBaseController::afterAction()
  */
 public function afterAction($handlerAdapter)
 {
     $this->setTheme('space', $this->space->space['space_style']);
     //$this->addCompileDir($this->space->space['space_style'] ? $this->space->space['space_style'] : Wekit::C('site', 'theme.space.default'));
     $host = $this->space->tome == PwSpaceModel::MYSELF ? '我' : 'Ta';
     $this->setOutput($this->space, 'space');
     $this->setOutput($host, 'host');
     $this->updateSpaceOnline();
     parent::afterAction($handlerAdapter);
 }
 /**
  * (non-PHPdoc)
  * @see src/library/base/PwBaseController::afterAction()
  */
 public function afterAction($handlerAdapter)
 {
     parent::afterAction($handlerAdapter);
     $this->setOutput($this->_getExecTime(), 'exectime');
 }